summaryrefslogtreecommitdiff
path: root/.github/workflows/docker-develop.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-13 16:08:22 +0900
committerGitHub <noreply@github.com>2023-09-13 16:08:22 +0900
commit6124772a5fff0df430ca47bc328b93dd2ae0cf3a (patch)
tree4cb3385c6f8bd13ec6793477eba1c1a315a1d597 /.github/workflows/docker-develop.yml
parentbuild(deps): bump docker/login-action from 2 to 3 (#11829) (diff)
downloadsharkey-6124772a5fff0df430ca47bc328b93dd2ae0cf3a.tar.gz
sharkey-6124772a5fff0df430ca47bc328b93dd2ae0cf3a.tar.bz2
sharkey-6124772a5fff0df430ca47bc328b93dd2ae0cf3a.zip
build(deps): bump docker/setup-buildx-action from 2.10.0 to 3.0.0 (#11827)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.10.0 to 3.0.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... 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-develop.yml')
-rw-r--r--.github/workflows/docker-develop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-develop.yml b/.github/workflows/docker-develop.yml
index 3944efacff..72260f235e 100644
--- a/.github/workflows/docker-develop.yml
+++ b/.github/workflows/docker-develop.yml
@@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4.0.0
- name: Set up Docker Buildx
id: buildx
- uses: docker/setup-buildx-action@v2.10.0
+ uses: docker/setup-buildx-action@v3.0.0
with:
platforms: linux/amd64,linux/arm64
- name: Docker meta