We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab4053e + 49d41cd commit 80882d0Copy full SHA for 80882d0
2 files changed
.github/workflows/CI.yml
@@ -30,7 +30,7 @@ jobs:
30
arch:
31
- x64
32
steps:
33
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
34
- uses: julia-actions/setup-julia@v2
35
with:
36
version: ${{ matrix.version }}
.github/workflows/documenter.yml
@@ -22,7 +22,7 @@ jobs:
22
statuses: write
23
runs-on: ubuntu-latest
24
25
- - uses: actions/checkout@v4
26
27
28
version: '1.10'
0 commit comments