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 3838 # os: macos-latest
3939 # arch: x64
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 - uses : julia-actions/setup-julia@v2
4343 with :
4444 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 1919 - {user: timholy, repo: SnoopCompile.jl}
2020
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - uses : julia-actions/setup-julia@v2
2424 with :
2525 version : ${{ matrix.julia-version }}
2929 run : ' using Pkg; Pkg.develop(path=joinpath(pwd(), "TypedSyntax"))'
3030 - uses : julia-actions/julia-buildpkg@latest
3131 - name : Clone Downstream
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333 with :
3434 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
3535 path : downstream
Original file line number Diff line number Diff line change 2323 - x64
2424 - x86
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - uses : julia-actions/setup-julia@v2
2828 with :
2929 version : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments