Skip to content

Commit 6f7cd3e

Browse files
Merge pull request #291 from ruby/dependabot/github_actions/docker/setup-buildx-action-3
2 parents 6e54741 + 1627ea6 commit 6f7cd3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-20.04
4545
steps:
4646
- uses: actions/checkout@v4
47-
- uses: docker/setup-buildx-action@v2
47+
- uses: docker/setup-buildx-action@v3
4848
- uses: docker/login-action@v2
4949
with:
5050
username: ${{ github.actor }}
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
path: ./rubies
100100
key: ${{ matrix.entry.rubies_cache_key }}
101-
- uses: docker/setup-buildx-action@v2
101+
- uses: docker/setup-buildx-action@v3
102102
- uses: docker/build-push-action@v5
103103
id: builder-image
104104
with:

0 commit comments

Comments
 (0)