Skip to content

Commit 00953ca

Browse files
update github action
1 parent 6d7c7cd commit 00953ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
env: # Don't use system Python (needed by PyCall)
2525
PYTHON: ""
2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v3
2828
- uses: julia-actions/setup-julia@v1
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}
32-
- uses: actions/cache@v1
32+
- uses: actions/cache@v3
3333
env:
3434
cache-name: cache-artifacts
3535
with:

0 commit comments

Comments
 (0)