Skip to content

Commit f9ffcff

Browse files
Merge pull request #125 from ArnoStrouwen/patch-3
[skip ci] update downgrade CI repo
2 parents 0a30601 + 99a6c00 commit f9ffcff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Downgrade.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
- uses: julia-actions/setup-julia@v1
3232
with:
3333
version: ${{ matrix.version }}
34-
- uses: cjdoris/julia-downgrade-compat-action@v1
34+
- uses: julia-actions/julia-downgrade-compat@v1
3535
with:
3636
skip: Pkg,TOML
3737
- uses: julia-actions/cache@v1
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}
4040
- uses: julia-actions/julia-buildpkg@v1
41-
- uses: julia-actions/julia-runtest@v1
41+
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)