Skip to content

Commit

Permalink
Merge pull request #291 from ruby/dependabot/github_actions/docker/se…
Browse files Browse the repository at this point in the history
…tup-buildx-action-3
  • Loading branch information
dependabot[bot] authored Oct 29, 2023
2 parents 6e54741 + 1627ea6 commit 6f7cd3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v2
with:
username: ${{ github.actor }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
with:
path: ./rubies
key: ${{ matrix.entry.rubies_cache_key }}
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v5
id: builder-image
with:
Expand Down

0 comments on commit 6f7cd3e

Please sign in to comment.