File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
2727 - { user: fonsp, repo: Pluto.jl }
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - uses : julia-actions/setup-julia@v2
3232 with :
3333 version : ${{ matrix.julia-version }}
3434 arch : x64
3535 - uses : julia-actions/julia-buildpkg@v1
3636 - name : Clone Downstream
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 with :
3939 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
4040 path : downstream
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333
3434 # Makes the `julia` command available
3535 - uses : julia-actions/setup-julia@v2
You can’t perform that action at this time.
0 commit comments