Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloferz authored Jan 12, 2024
1 parent 20fefcf commit 74af1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
continue-on-error: ${{ matrix.platform == 'armhf' }}
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: 1.8.0
Expand All @@ -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@v2
uses: docker/setup-qemu-action@v3
- name: Build Snap
uses: diddlesnaps/snapcraft-multiarch-action@v1
id: snapcraft
Expand Down

0 comments on commit 74af1da

Please sign in to comment.