Skip to content

Commit f73faea

Browse files
authored
[skip ci] update downgrade CI repo
1 parent 92d03d1 commit f73faea

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
@@ -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)