diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-03 14:13:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 14:13:15 +0000 |
commit | a52d27a68b56e02101439c86086d6febe741301e (patch) | |
tree | f0885ee36ca0a7085b0282772a7f74ffddc5df40 /.github/workflows/release-artifacts.yml | |
parent | Fix bug where we didn't delete staging push actions (#14014) (diff) | |
download | synapse-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>
Diffstat (limited to '.github/workflows/release-artifacts.yml')
-rw-r--r-- | .github/workflows/release-artifacts.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |