File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 env :
2424 PYTHON : " "
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727 - uses : julia-actions/install-juliaup@v2
2828 with :
2929 channel : ${{matrix.version}}
30- - uses : actions/cache@v4
30+ - uses : actions/cache@v5
3131 env :
3232 cache-name : cache-artifacts
3333 with :
4343 name : Runic formatting
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v6
4747 - uses : julia-actions/setup-julia@v2
4848 with :
4949 version : ' 1.11'
Original file line number Diff line number Diff line change 77 aggregate :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111 - uses : julia-actions/setup-julia@v2
1212 with :
1313 version : ' 1.11'
14- - uses : actions/cache@v4
14+ - uses : actions/cache@v5
1515 env :
1616 cache-name : cache-artifacts
1717 with :
You can’t perform that action at this time.
0 commit comments