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 088df33 commit c0a7157Copy full SHA for c0a7157
.github/workflows/CI.yml
@@ -34,7 +34,7 @@ jobs:
34
arch: x64
35
os: ubuntu-22.04
36
steps:
37
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
38
- uses: julia-actions/setup-julia@v1
39
with:
40
version: ${{ matrix.version }}
@@ -59,7 +59,7 @@ jobs:
59
# name: Documentation
60
# runs-on: ubuntu-latest
61
# steps:
62
- # - uses: actions/checkout@v3
+ # - uses: actions/checkout@v4
63
# - uses: julia-actions/setup-julia@v1
64
# with:
65
# version: '1'
.github/workflows/Documentation.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
13
14
- uses: julia-actions/setup-julia@latest
15
16
version: 1
0 commit comments