File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -27,22 +27,10 @@ jobs:
2727 - os : macOS-latest
2828 arch : x86
2929 steps :
30- - uses : actions/checkout@v2
31- - uses : julia-actions/setup-julia@v1
30+ - uses : actions/checkout@v4
31+ - uses : julia-actions/setup-julia@v2
3232 with :
3333 version : ${{ matrix.version }}
34- arch : ${{ matrix.arch }}
35- - uses : actions/cache@v2
36- env :
37- cache-name : cache-artifacts
38- with :
39- path : ~/.julia/artifacts
40- key : ${{ runner.os }}-${{ matrix.arch }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
41- restore-keys : |
42- ${{ runner.os }}-${{ matrix.arch }}-test-${{ env.cache-name }}-
43- ${{ runner.os }}-${{ matrix.arch }}-test-
44- ${{ runner.os }}-${{ matrix.arch }}-
45- ${{ runner.os }}-
34+ - uses : julia-actions/cache@v2
4635 - uses : julia-actions/julia-buildpkg@v1
4736 - uses : julia-actions/julia-runtest@v1
48-
You can’t perform that action at this time.
0 commit comments