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 62749c6 + 498df6b commit e0e2167Copy full SHA for e0e2167
.github/workflows/CI.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: julia-actions/setup-julia@v2.0.0
32
with:
33
version: ${{ matrix.version }}
34
- - uses: julia-actions/cache@v1
+ - uses: julia-actions/cache@v2
35
36
token: ${{ secrets.GITHUB_TOKEN }}
37
- uses: julia-actions/julia-buildpkg@v1
.github/workflows/Downgrade.yml
@@ -34,7 +34,7 @@ jobs:
- uses: julia-actions/julia-downgrade-compat@v1
skip: Pkg,TOML
38
39
40
0 commit comments