File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 downgrade_mode : ['alldeps']
2121 julia-version : ['1.10']
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 - uses : julia-actions/setup-julia@v2
2525 with :
2626 version : ${{ matrix.julia-version }}
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333 - macos-latest
3434 - windows-latest
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v6
3737 - uses : julia-actions/setup-julia@v2
3838 with :
3939 version : ${{ matrix.version }}
4040 - uses : julia-actions/julia-buildpkg@latest
4141 - name : Clone Downstream
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v6
4343 with :
4444 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
4545 path : downstream
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout Actions Repository
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v6
1212 - name : Check spelling
1313 uses : crate-ci/typos@v1.18.1
You can’t perform that action at this time.
0 commit comments