Skip to content

Commit e5b9835

Browse files
Bump docker/setup-buildx-action from 2.9.1 to 3.8.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.1 to 3.8.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2.9.1...v3.8.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 e5b9835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.8.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.8.0
128128

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

0 commit comments

Comments
 (0)