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 8ed1167 commit 0ad4599Copy full SHA for 0ad4599
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- macOS-latest
23
- windows-latest
24
steps:
25
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
26
- uses: julia-actions/setup-julia@latest
27
with:
28
version: ${{ matrix.version }}
.github/workflows/documentation.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
14
- - uses: actions/checkout@v2
15
16
17
version: '1'
0 commit comments