Skip to content

Commit

Permalink
Update setup-qemu-action version to v2 (#14)
Browse files Browse the repository at this point in the history
This should hopefully fix the following warning:
```
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: docker/setup-qemu-action@v1
```
  • Loading branch information
ararslan authored Nov 19, 2022
1 parent d708a57 commit 4d16b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
julia --project=. -e 'using Pkg; Pkg.instantiate()'
julia --project=. create-snapcraft-yaml.jl "${{ inputs.release }}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
- name: Build Snap
uses: diddlesnaps/snapcraft-multiarch-action@v1
id: snapcraft
Expand Down

0 comments on commit 4d16b63

Please sign in to comment.