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 b2cbb65 commit cb485f0Copy full SHA for cb485f0
.github/workflows/CI.yml
@@ -75,7 +75,7 @@ jobs:
75
76
steps:
77
- uses: actions/checkout@v4
78
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
79
with:
80
version: ${{ matrix.version }}
81
arch: ${{ matrix.arch }}
.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