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 0317dac commit 21101b8Copy full SHA for 21101b8
.github/workflows/CI.yml
@@ -21,7 +21,7 @@ jobs:
21
arch:
22
- x64
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
- uses: julia-actions/setup-julia@v2
26
with:
27
version: ${{ matrix.version }}
.github/workflows/Docs.yml
@@ -14,7 +14,7 @@ jobs:
14
statuses: write
15
runs-on: ubuntu-latest
16
17
18
- uses: julia-actions/setup-julia@v1
19
20
version: '1'
.github/workflows/benchmark_pr.yml
@@ -13,7 +13,7 @@ jobs:
13
version: "1"
0 commit comments