We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709a022 commit a066560Copy full SHA for a066560
.github/workflows/CI.yml
@@ -25,7 +25,7 @@ jobs:
25
arch:
26
- x64
27
steps:
28
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
29
- uses: julia-actions/setup-julia@v1
30
with:
31
version: ${{ matrix.version }}
.github/workflows/documentation.yml
@@ -15,7 +15,7 @@ jobs:
15
contents: write
16
runs-on: ubuntu-latest
17
18
19
- uses: julia-actions/setup-julia@latest
20
21
version: '1'
0 commit comments