Skip to content

Commit bfc0f40

Browse files
Bump docker/setup-buildx-action from 2.9.1 to 3.7.1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.1 to 3.7.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2.9.1...v3.7.1) --- 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>
1 parent 9ddd96d commit bfc0f40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set TAG
1818
run: grep -F . Tagfile && echo TAG=$(cat Tagfile) >>$GITHUB_ENV
1919

20-
- uses: docker/setup-buildx-action@v2.9.1
20+
- uses: docker/setup-buildx-action@v3.7.1
2121

2222
- name: Log in to GitHub Container Registry
2323
uses: docker/login-action@v2.2.0

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
- uses: actions/checkout@v3
126126

127-
- uses: docker/setup-buildx-action@v2.9.1
127+
- uses: docker/setup-buildx-action@v3.7.1
128128

129129
- name: Log in to GitHub Container Registry
130130
uses: docker/login-action@v2.2.0

Tagfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.52.0
1+
0.52.1

0 commit comments

Comments
 (0)