Skip to content

Commit fb03d69

Browse files
Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (#795)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@2b51285...d70bba7) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa13a54 commit fb03d69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: bin/test.sh
4646

4747
- name: Set up Docker Buildx
48-
uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20
48+
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
4949
with:
5050
install: true
5151

.github/workflows/pr.ci.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: bin/test.sh
4848

4949
- name: Set up Docker Buildx
50-
uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20
50+
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
5151
with:
5252
install: true
5353

0 commit comments

Comments
 (0)