File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353 # GitHub will automatically expand to the correct value (`x86_64` or `aarch64`)
5454 # based on the architecture of the underlying GitHub Runner (virtual machine).
5555 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
5757 - uses : julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0 # v1.11.1
5858 with :
5959 coverage : ${{ matrix.coverage }}
Original file line number Diff line number Diff line change 9292 # GitHub will automatically expand to the correct value (`x86_64` or `aarch64`)
9393 # based on the architecture of the underlying GitHub Runner (virtual machine).
9494 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
9696 - uses : julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0 # v1.11.1
9797 with :
9898 coverage : ${{ matrix.coverage }}
@@ -133,7 +133,7 @@ jobs:
133133 - uses : julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c # v2.6.0
134134 with :
135135 version : ${{ matrix.julia-version }}
136- - uses : julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 # v2.0.5
136+ - uses : julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
137137 - uses : julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c # v1.6.0
138138 with :
139139 project : ' examples/MyLib'
You can’t perform that action at this time.
0 commit comments