summaryrefslogtreecommitdiff
path: root/.github/workflows/docker.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-13 12:25:30 +0900
committerGitHub <noreply@github.com>2023-08-13 12:25:30 +0900
commit748d4ebaaebe7914981cccf099f241833d4a4b5f (patch)
tree07401bf39178bacbb75d189edb56ff028da42a8f /.github/workflows/docker.yml
parentfix(backend): correctFilename changes dll to exe (#11710) (diff)
downloadsharkey-748d4ebaaebe7914981cccf099f241833d4a4b5f.tar.gz
sharkey-748d4ebaaebe7914981cccf099f241833d4a4b5f.tar.bz2
sharkey-748d4ebaaebe7914981cccf099f241833d4a4b5f.zip
build(deps): bump docker/setup-buildx-action from 2.3.0 to 2.9.1 (#11502)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.3.0 to 2.9.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2.3.0...v2.9.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/docker.yml')
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index e7c9a0206a..da05f0cabe 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3.5.3
- name: Set up Docker Buildx
id: buildx
- uses: docker/setup-buildx-action@v2.3.0
+ uses: docker/setup-buildx-action@v2.9.1
with:
platforms: linux/amd64,linux/arm64
- name: Docker meta