Skip to content

Commit

Permalink
Merge pull request #1488 from oasisprotocol/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/setup-buildx-action-3

ci: bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
ptrus authored Oct 18, 2023
2 parents 3df5495 + 0a46913 commit 0048fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarking-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# Build and push benchmarks docker image.
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to ghcr.io
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime-builder-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: ./.github/actions/rust-version

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

- name: Login to ghcr.io
uses: docker/login-action@v3
Expand Down

0 comments on commit 0048fb7

Please sign in to comment.