We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dfa994 commit 139e245Copy full SHA for 139e245
.github/workflows/CI.yml
@@ -36,7 +36,7 @@ jobs:
36
arch: x64
37
steps:
38
- uses: actions/checkout@v4
39
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
40
with:
41
version: ${{ matrix.version }}
42
arch: ${{ matrix.arch }}
.github/workflows/Docs.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
26
27
28
29
version: '1'
30
- uses: julia-actions/cache@v1
0 commit comments