Skip to content

Commit 55a859f

Browse files
authored
chore: update checkout and cache actions
1 parent 05ed650 commit 55a859f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ jobs:
2525
env:
2626
PYTHON: ""
2727
steps:
28-
- uses: actions/checkout@v2
29-
- uses: julia-actions/setup-julia@v1
28+
- uses: actions/checkout@v4
29+
- uses: julia-actions/install-juliaup@v2
3030
with:
31-
version: ${{ matrix.version }}
32-
arch: ${{ matrix.arch }}
33-
- uses: actions/cache@v1
31+
channel: ${{matrix.channel}}
32+
- uses: actions/cache@v4
3433
env:
3534
cache-name: cache-artifacts
3635
with:

0 commit comments

Comments
 (0)