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:
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@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
56
+ - uses : julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2.1.0
57
57
- uses : julia-actions/julia-runtest@678da69444cd5f13d7e674a90cb4f534639a14f9 # v1.11.2
58
58
with :
59
59
coverage : ${{ matrix.coverage }}
60
60
- 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
62
62
with :
63
63
files : lcov.info
64
64
env :
Original file line number Diff line number Diff line change @@ -92,12 +92,12 @@ jobs:
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@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
95
+ - uses : julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2.1.0
96
96
- uses : julia-actions/julia-runtest@678da69444cd5f13d7e674a90cb4f534639a14f9 # v1.11.2
97
97
with :
98
98
coverage : ${{ matrix.coverage }}
99
99
- 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
101
101
with :
102
102
files : lcov.info
103
103
env :
@@ -133,7 +133,7 @@ jobs:
133
133
- uses : julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71 # v2.6.1
134
134
with :
135
135
version : ${{ matrix.julia-version }}
136
- - uses : julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7
136
+ - uses : julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2.1.0
137
137
- uses : julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1 # v1.7.0
138
138
with :
139
139
project : ' examples/MyLib'
You can’t perform that action at this time.
0 commit comments