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 44933ec commit dd4e1f9Copy full SHA for dd4e1f9
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
arch:
29
- x64
30
steps:
31
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
32
- uses: julia-actions/setup-julia@v1
33
with:
34
version: ${{ matrix.version }}
.github/workflows/documentation.yml
@@ -13,7 +13,7 @@ jobs:
13
contents: write
14
runs-on: ubuntu-latest
15
16
17
18
19
version: '1.9'
0 commit comments