Skip to content

Commit c4d0f8d

Browse files
Bump docker/setup-buildx-action from 2.9.1 to 3.9.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.1 to 3.9.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2.9.1...v3.9.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55add0c commit c4d0f8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/master.yml

+1-1
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.9.0
2121

2222
- name: Log in to GitHub Container Registry
2323
uses: docker/[email protected]

.github/workflows/pr.yml

+1-1
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.9.0
128128

129129
- name: Log in to GitHub Container Registry
130130
uses: docker/[email protected]

Tagfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.52.1
1+
0.52.2

0 commit comments

Comments
 (0)