@@ -82,14 +82,14 @@ jobs:
82
82
with :
83
83
filters : .github/scripts/c-code-path-filters.yaml
84
84
- name : Cache pre-built src
85
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/cache@v4.1.2
85
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # ratchet:actions/cache@v4.2.0
86
86
with :
87
87
path : otp_src.tar.gz
88
88
key : prebuilt-src-${{ github.ref_name }}-${{ github.sha }}
89
89
restore-keys : |
90
90
prebuilt-src-${{ github.base_ref }}-${{ github.event.pull_request.base.sha }}
91
91
- name : Cache pre-built binaries
92
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/cache@v4.1.2
92
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # ratchet:actions/cache@v4.2.0
93
93
with :
94
94
path : otp_cache.tar.gz
95
95
key : prebuilt-cache-64-bit-${{ github.ref_name }}-${{ github.sha }}
@@ -193,7 +193,7 @@ jobs:
193
193
194
194
- name : Cache wxWidgets
195
195
id : wxwidgets-cache
196
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/cache@v4.1.2
196
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # ratchet:actions/cache@v4.2.0
197
197
with :
198
198
path : wxWidgets
199
199
key : wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh')}}-12
@@ -269,7 +269,7 @@ jobs:
269
269
needs : pack
270
270
if : needs.pack.outputs.c-code-changes
271
271
steps :
272
- - uses : Vampire/setup-wsl@23f94bc31caaddc08bd1230a00b89f872633d8d7 # ratchet:Vampire/setup-wsl@v3.1.3
272
+ - uses : Vampire/setup-wsl@94eb93b553120d1861bf7560661794363e898ad4 # ratchet:Vampire/setup-wsl@v4.0.0
273
273
with :
274
274
distribution : Ubuntu-18.04
275
275
@@ -283,7 +283,7 @@ jobs:
283
283
IF EXIST "c:\\Program Files\\OpenSSL-Win64" (move "c:\\Program Files\\OpenSSL-Win64" "c:\\OpenSSL-Win64") ELSE (move "c:\\Program Files\\OpenSSL" "c:\\OpenSSL-Win64")
284
284
285
285
- name : Cache wxWidgets
286
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/cache@v4.1.2
286
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # ratchet:actions/cache@v4.2.0
287
287
with :
288
288
path : wxWidgets
289
289
key : wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}
0 commit comments