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@v5
2424 - uses : julia-actions/setup-julia@v2
2525 with :
2626 version : ${{ matrix.julia-version }}
Original file line number Diff line number Diff line change 3737 - windows-latest
3838
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 - uses : julia-actions/setup-julia@v2
4242 with :
4343 version : ${{ matrix.version }}
4747 token : ${{ secrets.GITHUB_TOKEN }}
4848 - uses : julia-actions/julia-buildpkg@latest
4949 - name : Clone Downstream
50- uses : actions/checkout@v4
50+ uses : actions/checkout@v5
5151 with :
5252 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
5353 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@v5
1212 - name : Check spelling
1313
You can’t perform that action at this time.
0 commit comments