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 3613ab1 commit 3468e13Copy full SHA for 3468e13
.github/workflows/CI.yml
@@ -26,7 +26,7 @@ jobs:
26
- '1'
27
steps:
28
- uses: actions/checkout@v4
29
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
30
with:
31
version: ${{ matrix.version }}
32
- uses: actions/cache@v4
.github/workflows/Invalidations.yml
@@ -16,7 +16,7 @@ jobs:
16
if: github.base_ref == github.event.repository.default_branch
17
runs-on: ubuntu-latest
18
19
20
21
version: '1'
22
0 commit comments