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 945153a commit 2a6c0fdCopy full SHA for 2a6c0fd
.github/workflows/Documentation.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
- uses: julia-actions/setup-julia@latest
16
with:
17
version: '1'
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- os: windows-latest
27
version: '1.0'
28
29
30
- uses: julia-actions/setup-julia@v1
31
32
version: ${{ matrix.version }}
0 commit comments