We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 030bfa0 + 078b264 commit 608aed9Copy full SHA for 608aed9
.github/workflows/CI.yml
@@ -32,7 +32,7 @@ jobs:
32
arch:
33
- x64
34
steps:
35
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
36
- uses: julia-actions/setup-julia@v2
37
with:
38
version: ${{ matrix.version }}
.github/workflows/Runic.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Runic
13
runs-on: ubuntu-latest
14
15
16
- uses: fredrikekre/runic-action@v1
17
18
version: '1'
.github/workflows/documentation.yml
@@ -19,7 +19,7 @@ jobs:
19
statuses: write
20
21
22
23
- uses: julia-actions/setup-julia@latest
24
25
0 commit comments