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 a7a349b commit f1e54cfCopy full SHA for f1e54cf
.github/workflows/Downgrade.yml
@@ -28,8 +28,8 @@ jobs:
28
- uses: julia-actions/julia-downgrade-compat@v2
29
with:
30
skip: Pkg,TOML
31
- - uses: julia-actions/julia-buildpkg@latest
32
- - uses: julia-actions/julia-runtest@latest
+ - uses: julia-actions/julia-buildpkg@1
+ - uses: julia-actions/julia-runtest@1
33
34
ALLOW_RERESOLVE: false
35
env:
0 commit comments