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 7be83ac commit 5bdcee2Copy full SHA for 5bdcee2
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
access_token: ${{ github.token }}
30
31
# Do tests
32
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
33
- uses: julia-actions/setup-julia@v1
34
with:
35
version: ${{ matrix.version }}
.github/workflows/doccleanup.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout gh-pages branch
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
14
ref: gh-pages
15
.github/workflows/documentation.yml
@@ -13,7 +13,7 @@ jobs:
contents: write
16
17
18
19
version: '1'
0 commit comments