Skip to content

Commit

Permalink
Use proper downgrade action (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede authored Apr 12, 2024
1 parent cd6f395 commit 1ca1000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
version: ${{ matrix.version }}
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
- uses: julia-actions/cache@v1
- uses: cjdoris/julia-downgrade-compat-action@v1
- uses: julia-actions/julia-downgrade-compat@v1
with:
skip: Pkg,TOML,UUIDs
- uses: julia-actions/julia-buildpkg@v1
Expand Down

0 comments on commit 1ca1000

Please sign in to comment.