Skip to content

Commit

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

chore(deps): bump docker/setup-qemu-action from 1 to 3
  • Loading branch information
tdivoll authored Apr 8, 2024
2 parents c5fcf94 + 955bc85 commit d117d81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-fetchdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-julia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3

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

0 comments on commit d117d81

Please sign in to comment.