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 aa8b3de commit f6cd975Copy full SHA for f6cd975
.github/workflows/Downgrade.yml
@@ -34,7 +34,7 @@ jobs:
34
- uses: julia-actions/julia-downgrade-compat@v1
35
with:
36
skip: Pkg,TOML
37
- - uses: julia-actions/cache@v1
+ - uses: julia-actions/cache@v2
38
39
token: ${{ secrets.GITHUB_TOKEN }}
40
- uses: julia-actions/julia-buildpkg@v1
.github/workflows/Downstream.yml
@@ -41,7 +41,7 @@ jobs:
41
42
version: ${{ matrix.version }}
43
arch: x64
44
45
46
47
- uses: julia-actions/julia-buildpkg@latest
0 commit comments