Commit 9ed3aa0 1 parent 678da69 commit 9ed3aa0 Copy full SHA for 9ed3aa0
File tree 2 files changed +2
-20
lines changed
2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 50
50
version : ${{ matrix.version }}
51
51
arch : ${{ matrix.arch }}
52
52
53
- - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
54
- env :
55
- cache-name : cache-artifacts
56
- with :
57
- path : ~/.julia/artifacts
58
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
59
- restore-keys : |
60
- ${{ runner.os }}-test-${{ env.cache-name }}-
61
- ${{ runner.os }}-test-
62
- ${{ runner.os }}-
53
+ - uses : julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
63
54
64
55
- uses : julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1 # v1.7.0
65
56
Original file line number Diff line number Diff line change 39
39
version : ${{ matrix.version }}
40
40
arch : ${{ matrix.arch }}
41
41
42
- - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
43
- env :
44
- cache-name : cache-artifacts
45
- with :
46
- path : ~/.julia/artifacts
47
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
48
- restore-keys : |
49
- ${{ runner.os }}-test-${{ env.cache-name }}-
50
- ${{ runner.os }}-test-
51
- ${{ runner.os }}-
42
+ - uses : julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
52
43
53
44
- run : julia --color=yes --check-bounds=yes test_logger_tests.jl
You can’t perform that action at this time.
0 commit comments