Skip to content

Commit 855b7c8

Browse files
authored
Merge pull request #89 from JuliaComputing/sp/update-actions
chore: update checkout and cache actions
2 parents 05ed650 + 980fb0f commit 855b7c8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,14 @@ jobs:
2020
- ubuntu-latest
2121
- macos-latest
2222
- windows-latest
23-
arch:
24-
- x64
2523
env:
2624
PYTHON: ""
2725
steps:
28-
- uses: actions/checkout@v2
29-
- uses: julia-actions/setup-julia@v1
26+
- uses: actions/checkout@v4
27+
- uses: julia-actions/install-juliaup@v2
3028
with:
31-
version: ${{ matrix.version }}
32-
arch: ${{ matrix.arch }}
33-
- uses: actions/cache@v1
29+
channel: ${{matrix.version}}
30+
- uses: actions/cache@v4
3431
env:
3532
cache-name: cache-artifacts
3633
with:

0 commit comments

Comments
 (0)