We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcc71c commit f8f5970Copy full SHA for f8f5970
1 file changed
.github/workflows/CI.yml
@@ -24,12 +24,12 @@ jobs:
24
arch:
25
- x64
26
steps:
27
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
28
- uses: julia-actions/setup-julia@v1
29
with:
30
version: ${{ matrix.version }}
31
arch: ${{ matrix.arch }}
32
- - uses: actions/cache@v1
+ - uses: actions/cache@v3
33
env:
34
cache-name: cache-artifacts
35
0 commit comments