Skip to content

Commit 49caa6c

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 2 directories with 1 update
Bumps the github-actions-dependencies group with 1 update in the /actions/docker/build-image directory: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Bumps the github-actions-dependencies group with 1 update in the /actions/docker/create-images-manifests directory: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `docker/setup-buildx-action` from 3.10.0 to 3.11.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@b5ca514...e468171) Updates `docker/setup-buildx-action` from 3.10.0 to 3.11.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@b5ca514...e468171) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ed1451 commit 49caa6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/docker/build-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ runs:
216216
with:
217217
platforms: ${{ inputs.platform }}
218218

219-
- uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
219+
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
220220
with:
221221
# FIXME: upgrade version when available (https://github.com/docker/buildx/releases)
222222
version: v0.23.0

actions/docker/create-images-manifests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ inputs:
4848
runs:
4949
using: "composite"
5050
steps:
51-
- uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
51+
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
5252
with:
5353
# FIXME: upgrade version when available (https://github.com/docker/buildx/releases)
5454
version: v0.23.0

0 commit comments

Comments
 (0)