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.
2 parents ddbfa9a + c842c42 commit 2515b31Copy full SHA for 2515b31
.github/workflows/CI.yml
@@ -22,7 +22,7 @@ jobs:
22
- '1.6'
23
steps:
24
- uses: actions/checkout@v4
25
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
26
with:
27
version: ${{ matrix.version }}
28
- 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'
0 commit comments