Skip to content

Commit

Permalink
Merge pull request #506 from MilesCranmer/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/setup-qemu-action-3

Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
MilesCranmer authored Jul 3, 2024
2 parents 1327c58 + 360387d commit db44938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_docker_large_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Build docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
type=sha
type=raw,value=latest,enable={{is_default_branch}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
Expand Down

0 comments on commit db44938

Please sign in to comment.