44
44
c-code-changes : ${{ steps.c-code-changes.outputs.changes }}
45
45
all : ${{ steps.apps.outputs.all }}
46
46
steps :
47
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
47
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
48
48
- uses : ./.github/actions/build-base-image
49
49
with :
50
50
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected] .1
85
+ uses :
actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected] .2
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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected] .1
92
+ uses :
actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected] .2
93
93
with :
94
94
path : otp_cache.tar.gz
95
95
key : prebuilt-cache-64-bit-${{ github.ref_name }}-${{ github.sha }}
@@ -185,7 +185,7 @@ jobs:
185
185
WXWIDGETS_VERSION : 3.2.6
186
186
MACOS_VERSION : 15
187
187
steps :
188
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
188
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
189
189
190
190
- name : Download source archive
191
191
uses :
actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected]
@@ -194,7 +194,7 @@ jobs:
194
194
195
195
- name : Cache wxWidgets
196
196
id : wxwidgets-cache
197
- uses :
actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected] .1
197
+ uses :
actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected] .2
198
198
with :
199
199
path : wxWidgets
200
200
key : wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh') }}-${{ env.MACOS_VERSION }}
@@ -233,7 +233,7 @@ jobs:
233
233
runs-on : macos-15
234
234
needs : pack
235
235
steps :
236
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
236
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
237
237
- name : Download source archive
238
238
uses :
actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected]
239
239
with :
@@ -284,7 +284,7 @@ jobs:
284
284
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")
285
285
286
286
- name : Cache wxWidgets
287
- uses :
actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected] .1
287
+ uses :
actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected] .2
288
288
with :
289
289
path : wxWidgets
290
290
key : wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}
@@ -366,7 +366,7 @@ jobs:
366
366
if : needs.pack.outputs.c-code-changes
367
367
368
368
steps :
369
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
369
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
370
370
- uses : ./.github/actions/build-base-image
371
371
with :
372
372
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -394,7 +394,7 @@ jobs:
394
394
fail-fast : false
395
395
396
396
steps :
397
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
397
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
398
398
- uses : ./.github/actions/build-base-image
399
399
with :
400
400
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -405,7 +405,7 @@ jobs:
405
405
runs-on : ubuntu-latest
406
406
needs : pack
407
407
steps :
408
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
408
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
409
409
- uses : ./.github/actions/build-base-image
410
410
with :
411
411
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -459,7 +459,7 @@ jobs:
459
459
runs-on : ubuntu-latest
460
460
needs : pack
461
461
steps :
462
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
462
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
463
463
- uses : ./.github/actions/build-base-image
464
464
with :
465
465
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -482,7 +482,7 @@ jobs:
482
482
# type: ["os_mon","sasl"]
483
483
fail-fast : false
484
484
steps :
485
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
485
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
486
486
- uses : ./.github/actions/build-base-image
487
487
with :
488
488
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -531,7 +531,7 @@ jobs:
531
531
if : ${{ !cancelled() }} # Run even if the need has failed
532
532
needs : test
533
533
steps :
534
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
534
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
535
535
- uses : ./.github/actions/build-base-image
536
536
with :
537
537
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -600,7 +600,7 @@ jobs:
600
600
echo "tag=${TAG}" >> $GITHUB_OUTPUT
601
601
echo "vsn=${VSN}" >> $GITHUB_OUTPUT
602
602
603
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
603
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
604
604
605
605
# # Publish the pre-built archive and docs
606
606
- name : Download source archive
@@ -631,7 +631,7 @@ jobs:
631
631
sha256sum $FILES > SHA256.txt
632
632
633
633
- name : Upload pre-built and doc tar archives
634
- uses : softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # ratchet:softprops/action-gh-release@v2.0.8
634
+ uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # ratchet:softprops/action-gh-release@v2.1.0
635
635
with :
636
636
name : OTP ${{ steps.tag.outputs.vsn }}
637
637
files : |
0 commit comments