File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
# GitHub will automatically expand to the correct value (`x86_64` or `aarch64`)
54
54
# based on the architecture of the underlying GitHub Runner (virtual machine).
55
55
arch : ${{ github.ref == '32' && 'x86' || runner.arch }}
56
- - uses : julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5
56
+ - uses : julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
57
57
- uses : julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0 # v1.11.1
58
58
with :
59
59
coverage : ${{ matrix.coverage }}
Original file line number Diff line number Diff line change 92
92
# GitHub will automatically expand to the correct value (`x86_64` or `aarch64`)
93
93
# based on the architecture of the underlying GitHub Runner (virtual machine).
94
94
arch : ${{ github.ref == '32' && 'x86' || runner.arch }}
95
- - uses : julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5
95
+ - uses : julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
96
96
- uses : julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0 # v1.11.1
97
97
with :
98
98
coverage : ${{ matrix.coverage }}
@@ -133,7 +133,7 @@ jobs:
133
133
- uses : julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c # v2.6.0
134
134
with :
135
135
version : ${{ matrix.julia-version }}
136
- - uses : julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5
136
+ - uses : julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
137
137
- uses : julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c # v1.6.0
138
138
with :
139
139
project : ' examples/MyLib'
You can’t perform that action at this time.
0 commit comments