Skip to content

Commit f1e54cf

Browse files
Update .github/workflows/Downgrade.yml
1 parent a7a349b commit f1e54cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Downgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- uses: julia-actions/julia-downgrade-compat@v2
2929
with:
3030
skip: Pkg,TOML
31-
- uses: julia-actions/julia-buildpkg@latest
32-
- uses: julia-actions/julia-runtest@latest
31+
- uses: julia-actions/julia-buildpkg@1
32+
- uses: julia-actions/julia-runtest@1
3333
with:
3434
ALLOW_RERESOLVE: false
3535
env:

0 commit comments

Comments
 (0)