summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-03 14:13:15 +0000
committerGitHub <noreply@github.com>2022-10-03 14:13:15 +0000
commita52d27a68b56e02101439c86086d6febe741301e (patch)
treef0885ee36ca0a7085b0282772a7f74ffddc5df40
parentFix bug where we didn't delete staging push actions (#14014) (diff)
downloadsynapse-a52d27a68b56e02101439c86086d6febe741301e.tar.xz
Bump docker/setup-buildx-action from 1 to 2 (#14015)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Robertson <davidr@element.io>
-rw-r--r--.github/workflows/docker.yml2
-rw-r--r--.github/workflows/release-artifacts.yml2
-rw-r--r--changelog.d/14015.misc1
3 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index d20d30c035..6bb2b268dd 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -23,7 +23,7 @@ jobs:
 
       - name: Set up Docker Buildx
         id: buildx
-        uses: docker/setup-buildx-action@v1
+        uses: docker/setup-buildx-action@v2
 
       - name: Inspect builder
         run: docker buildx inspect
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml
index b09f4ce2e2..fd3f9725ff 100644
--- a/.github/workflows/release-artifacts.yml
+++ b/.github/workflows/release-artifacts.yml
@@ -55,7 +55,7 @@ jobs:
 
       - name: Set up Docker Buildx
         id: buildx
-        uses: docker/setup-buildx-action@v1
+        uses: docker/setup-buildx-action@v2
         with:
           install: true
 
diff --git a/changelog.d/14015.misc b/changelog.d/14015.misc
new file mode 100644
index 0000000000..5a602e4592
--- /dev/null
+++ b/changelog.d/14015.misc
@@ -0,0 +1 @@
+Bump docker/setup-buildx-action from 1 to 2.