Skip to content

Commit

Permalink
Merge pull request #827 from elifesciences/renovate/docker-setup-qemu…
Browse files Browse the repository at this point in the history
…-action-3.x

chore(deps): update docker/setup-qemu-action action to v3
  • Loading branch information
scottaubrey authored Oct 26, 2023
2 parents 464176d + eeab4b3 commit 8a5d20f
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
id: commit_sha
run: echo "commit_sha=${GITHUB_SHA:0:8}" >> $GITHUB_OUTPUT
- 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@v2
- name: Login to GHCR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: commit_sha
run: echo "commit_sha=${GITHUB_SHA:0:8}" >> $GITHUB_OUTPUT
- 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@v2
- name: Login to GHCR
Expand Down

0 comments on commit 8a5d20f

Please sign in to comment.