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 @@ -53,12 +53,12 @@ jobs:
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@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
56+ - uses : julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2.1.0
5757 - uses : julia-actions/julia-runtest@678da69444cd5f13d7e674a90cb4f534639a14f9 # v1.11.2
5858 with :
5959 coverage : ${{ matrix.coverage }}
6060 - uses : julia-actions/julia-processcoverage@03114f09f119417c3242a9fb6e0b722676aedf38 # v1.2.2
61- - uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
61+ - uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
6262 with :
6363 files : lcov.info
6464 env :
Original file line number Diff line number Diff line change @@ -92,12 +92,12 @@ jobs:
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@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
95+ - uses : julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2.1.0
9696 - uses : julia-actions/julia-runtest@678da69444cd5f13d7e674a90cb4f534639a14f9 # v1.11.2
9797 with :
9898 coverage : ${{ matrix.coverage }}
9999 - uses : julia-actions/julia-processcoverage@03114f09f119417c3242a9fb6e0b722676aedf38 # v1.2.2
100- - uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
100+ - uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
101101 with :
102102 files : lcov.info
103103 env :
@@ -133,7 +133,7 @@ jobs:
133133 - uses : julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71 # v2.6.1
134134 with :
135135 version : ${{ matrix.julia-version }}
136- - uses : julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
136+ - uses : julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2.1.0
137137 - uses : julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1 # v1.7.0
138138 with :
139139 project : ' examples/MyLib'
You can’t perform that action at this time.
0 commit comments