Skip to content

Commit 9c36e13

Browse files
Bump docker/setup-buildx-action from 3.11.0 to 3.11.1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.11.0 to 3.11.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.11.0...v3.11.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3911045 commit 9c36e13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CRON.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Docker Buildx
17-
uses: docker/[email protected].0
17+
uses: docker/[email protected].1
1818
with:
1919
install: true
2020

.github/workflows/PUSH-MASTER.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747

4848
- name: Docker Buildx
49-
uses: docker/[email protected].0
49+
uses: docker/[email protected].1
5050
with:
5151
install: true
5252

.github/workflows/PUSH-OTHER.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949

5050
- name: Docker Buildx
51-
uses: docker/[email protected].0
51+
uses: docker/[email protected].1
5252
with:
5353
install: true
5454

0 commit comments

Comments
 (0)