Skip to content

Commit 03b7e6e

Browse files
Bump docker/setup-buildx-action from 2 to 3
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2...v3) --- 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 e474fed commit 03b7e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meson_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
fetch-depth: 0
225225

226226
- name: Set up Docker Buildx
227-
uses: docker/setup-buildx-action@v2
227+
uses: docker/setup-buildx-action@v3
228228

229229
- name: Cache Docker layers
230230
uses: actions/cache@v3

0 commit comments

Comments
 (0)