@@ -101,14 +101,14 @@ jobs:
101101 with :
102102 filters : .github/scripts/c-code-path-filters.yaml
103103 - name : Cache pre-built src
104- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@ v4.2.3
104+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
105105 with :
106106 path : otp_src.tar.gz
107107 key : prebuilt-src-${{ github.ref_name }}-${{ github.sha }}
108108 restore-keys : |
109109 prebuilt-src-${{ github.base_ref }}-${{ github.event.pull_request.base.sha }}
110110 - name : Cache pre-built binaries
111- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@ v4.2.3
111+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
112112 with :
113113 path : otp_cache.tar.gz
114114 key : prebuilt-cache-64-bit-${{ github.ref_name }}-${{ github.sha }}
@@ -213,7 +213,7 @@ jobs:
213213
214214 - name : Cache wxWidgets
215215 id : wxwidgets-cache
216- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@ v4.2.3
216+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
217217 with :
218218 path : wxWidgets
219219 key : wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh') }}-${{ env.MACOS_VERSION }}
@@ -303,7 +303,7 @@ jobs:
303303 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")
304304
305305 - name : Cache wxWidgets
306- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@ v4.2.3
306+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
307307 with :
308308 path : wxWidgets
309309 key : wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}
@@ -656,7 +656,7 @@ jobs:
656656 sha256sum $FILES > SHA256.txt
657657
658658 - name : Upload pre-built and doc tar archives
659- uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # ratchet:softprops/action-gh-release@ v2.2 .2
659+ uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3 .2
660660 with :
661661 name : OTP ${{ steps.tag.outputs.vsn }}
662662 files : |
0 commit comments