Skip to content

Commit d09b0bf

Browse files
committed
chore(deps): update github-actions
1 parent f1b17a1 commit d09b0bf

File tree

9 files changed

+50
-50
lines changed

9 files changed

+50
-50
lines changed

.github/actions/build-base-image/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454

5555
- name: Download pre-built src
5656
if: inputs.BUILD_IMAGE == 'true' && steps.cache-src.outputs.cache-hit != 'true'
57-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
57+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
5858
with:
5959
name: otp_prebuilt
6060

@@ -68,7 +68,7 @@ runs:
6868

6969
- name: Download pre-built binaries
7070
if: inputs.BUILD_IMAGE == 'true' && steps.cache-binary.outputs.cache-hit != 'true'
71-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
71+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
7272
with:
7373
name: otp_prebuilt
7474

.github/workflows/actions-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
app-id: ${{ secrets.APP_ID }}
2020
private-key: ${{ secrets.APP_PEM }}
2121

22-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
22+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2323
with:
2424
token: ${{ steps.generate_token.outputs.token }}
2525

.github/workflows/github-actions-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: 'ubuntu-latest'
3333
name: 'ratchet'
3434
steps:
35-
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/[email protected]
35+
- uses: 'actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3' # v6.0.0
3636
- id: files
3737
run: |
3838
FILES=$(find .github/ -name "*.yml" -o -name "*.yaml" -printf "%p ")

.github/workflows/main.yaml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
c-code-changes: ${{ steps.c-code-changes.outputs.changes }}
6464
all: ${{ steps.apps.outputs.all }}
6565
steps:
66-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
66+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6767
- uses: ./.github/actions/build-base-image
6868
with:
6969
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -117,7 +117,7 @@ jobs:
117117
- name: Create initial pre-release tar
118118
run: .github/scripts/init-pre-release.sh otp_archive.tar.gz otp_src.tar.gz
119119
- name: Upload source tar archive
120-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected]
120+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
121121
with:
122122
name: otp_git_archive
123123
path: otp_archive.tar.gz
@@ -161,7 +161,7 @@ jobs:
161161
"`pwd`/.github/otp.tar.gz" \
162162
"`pwd`/otp_archive.tar.gz"
163163
- name: Upload restored cache
164-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected]
164+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
165165
if: runner.debug == 1
166166
with:
167167
name: restored-cache
@@ -188,7 +188,7 @@ jobs:
188188
bash -c 'set -x; C_APPS=$(ls -d ./lib/*/c_src); find Makefile ./make ./erts ./bin/`erts/autoconf/config.guess` ./lib/erl_interface ./lib/jinterface ${C_APPS} `echo "${C_APPS}" | sed -e 's:c_src$:priv:'` -type f -newer README.md \! -name "*.beam" \! -path "*/doc/*" \! -path "./erts/preloaded/*" | xargs tar --transform "s:^./:otp/:" -uvf /github/otp_cache.tar'
189189
gzip otp_cache.tar
190190
- name: Upload pre-built tar archives
191-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected]
191+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
192192
with:
193193
name: otp_prebuilt
194194
path: |
@@ -204,10 +204,10 @@ jobs:
204204
WXWIDGETS_VERSION: 3.2.6
205205
MACOS_VERSION: 15
206206
steps:
207-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
207+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
208208

209209
- name: Download source archive
210-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
210+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
211211
with:
212212
name: otp_prebuilt
213213

@@ -239,7 +239,7 @@ jobs:
239239
./bin/erl -noshell -eval '{wx_ref,_,_,_} = wx:new(), io:format("wx ok~n"), halt().'
240240
241241
- name: Upload tarball
242-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected]
242+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
243243
with:
244244
name: otp_prebuilt_macos_x86-64
245245
path: otp/otp_macos_*_x86-64.tar.gz
@@ -252,9 +252,9 @@ jobs:
252252
runs-on: macos-15
253253
needs: pack
254254
steps:
255-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
255+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
256256
- name: Download source archive
257-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
257+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
258258
with:
259259
name: otp_prebuilt
260260

@@ -273,7 +273,7 @@ jobs:
273273
xcodebuild -create-xcframework -output ./liberlang.xcframework -library liberlang.a
274274
275275
- name: Upload framework
276-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected]
276+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
277277
with:
278278
name: ios_framework_${{ env.TARGET_ARCH }}
279279
path: otp/liberlang.xcframework
@@ -285,11 +285,11 @@ jobs:
285285
env:
286286
WXWIDGETS_VERSION: 3.2.6
287287
name: Build Erlang/OTP (Windows)
288-
runs-on: windows-2022
288+
runs-on: windows-2025
289289
needs: pack
290290
if: needs.pack.outputs.c-code-changes
291291
steps:
292-
- uses: Vampire/setup-wsl@3b46b44374d5d0ae94654c45d114a3ed7a0e07a8 # ratchet:Vampire/setup-wsl@v5.0.1
292+
- uses: Vampire/setup-wsl@6a8db447be7ed35f2f499c02c6e60ff77ef11278 # v6.0.0
293293
with:
294294
distribution: Ubuntu-18.04
295295

@@ -345,7 +345,7 @@ jobs:
345345
nmake TARGET_CPU=amd64 BUILD=release SHARED=0 DIR_SUFFIX_CPU= -f makefile.vc
346346
347347
- name: Download source archive
348-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
348+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
349349
with:
350350
name: otp_prebuilt
351351

@@ -373,7 +373,7 @@ jobs:
373373
./otp_build installer_win32
374374
375375
- name: Upload installer
376-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected]
376+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
377377
with:
378378
name: otp_win32_installer
379379
path: otp/release/win32/otp*.exe
@@ -385,7 +385,7 @@ jobs:
385385
if: needs.pack.outputs.c-code-changes
386386

387387
steps:
388-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
388+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
389389
- uses: ./.github/actions/build-base-image
390390
with:
391391
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -413,7 +413,7 @@ jobs:
413413
fail-fast: false
414414

415415
steps:
416-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
416+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
417417
- uses: ./.github/actions/build-base-image
418418
with:
419419
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -424,7 +424,7 @@ jobs:
424424
runs-on: ubuntu-latest
425425
needs: pack
426426
steps:
427-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
427+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
428428
- uses: ./.github/actions/build-base-image
429429
with:
430430
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -446,12 +446,12 @@ jobs:
446446
- name: Release docs to publish
447447
run: .github/scripts/release-docs.sh
448448
- name: Upload html documentation archive
449-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected]
449+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
450450
with:
451451
name: otp_doc_html
452452
path: otp_doc_html.tar.gz
453453
- name: Upload man documentation archive
454-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected]
454+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
455455
with:
456456
name: otp_doc_man
457457
path: otp_doc_man.tar.gz
@@ -469,7 +469,7 @@ jobs:
469469
runs-on: ubuntu-latest
470470
needs: pack
471471
steps:
472-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
472+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
473473
- uses: ./.github/actions/build-base-image
474474
with:
475475
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -498,7 +498,7 @@ jobs:
498498
# type: ["os_mon","sasl"]
499499
fail-fast: false
500500
steps:
501-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
501+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
502502
- uses: ./.github/actions/build-base-image
503503
with:
504504
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -539,7 +539,7 @@ jobs:
539539
sudo bash -c "chown -R `whoami` make_test_dir && chmod -R +r make_test_dir"
540540
tar czf ${{ matrix.type }}_test_results.tar.gz make_test_dir
541541
- name: Upload test results
542-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected]
542+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
543543
if: ${{ !cancelled() }}
544544
with:
545545
name: ${{ matrix.type }}_test_results
@@ -551,12 +551,12 @@ jobs:
551551
if: ${{ !cancelled() }} # Run even if the need has failed
552552
needs: test
553553
steps:
554-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
554+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
555555
- uses: ./.github/actions/build-base-image
556556
with:
557557
BASE_BRANCH: ${{ env.BASE_BRANCH }}
558558
- name: Download test results
559-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
559+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
560560
- name: Merge test results
561561
run: |
562562
shopt -s nullglob
@@ -591,14 +591,14 @@ jobs:
591591
-e 's:\(file="erts/\)make_test_dir/[^/]*:\1test:g' \
592592
make_test_dir/*_junit.xml
593593
- name: Upload test results
594-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected]
594+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
595595
if: ${{ !cancelled() }}
596596
with:
597597
name: test_results
598598
path: test_results.tar.gz
599599
- name: Upload Test Results
600600
if: ${{ !cancelled() }}
601-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected]
601+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
602602
with:
603603
name: Unit Test Results
604604
path: |
@@ -625,19 +625,19 @@ jobs:
625625
echo "tag=${TAG}" >> $GITHUB_OUTPUT
626626
echo "vsn=${VSN}" >> $GITHUB_OUTPUT
627627
628-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
628+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
629629

630630
## Publish the pre-built archive and docs
631631
- name: Download source archive
632-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
632+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
633633
with:
634634
name: otp_prebuilt
635635
- name: Download html docs
636-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
636+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
637637
with:
638638
name: otp_doc_html
639639
- name: Download man docs
640-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
640+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
641641
with:
642642
name: otp_doc_man
643643

@@ -675,7 +675,7 @@ jobs:
675675
runs-on: ubuntu-latest
676676
steps:
677677
- name: Upload
678-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected]
678+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
679679
with:
680680
name: Event File
681681
path: ${{ github.event_path }}

.github/workflows/osv-scanner-scheduled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
outputs:
3939
versions: ${{ steps.get-versions.outputs.versions }}
4040
steps:
41-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
41+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4242
- id: get-versions
4343
name: Fetch latest 3 OTP versions
4444
run: |
@@ -58,7 +58,7 @@ jobs:
5858
permissions:
5959
actions: write
6060
steps:
61-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
61+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6262
with:
6363
ref: ${{ matrix.type }}
6464

.github/workflows/pr-comment.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ permissions:
3535

3636
jobs:
3737
pr-number:
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-24.04
3939
if: github.repository == 'erlang/otp'
4040
permissions:
4141
issues: read
4242
outputs:
4343
result: ${{ steps.pr-number.outputs.result }}
4444
steps:
45-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
45+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4646
- name: Fetch PR number
4747
id: pr-number
4848
env:
@@ -61,17 +61,17 @@ jobs:
6161
pull-requests: write
6262
if: github.event.action == 'requested' && needs.pr-number.outputs.result != ''
6363
steps:
64-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
64+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6565
## We create an initial comment with some useful help to the user
66-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # ratchet:actions/github-script@v7.0.1
66+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
6767
with:
6868
script: |
6969
const script = require('./.github/scripts/pr-comment.js');
7070
return await script({github, context, state: 'starting',
7171
pr_number: ${{ needs.pr-number.outputs.result }} });
7272
7373
finished-tests:
74-
runs-on: ubuntu-20.04
74+
runs-on: ubuntu-24.04
7575
needs: pr-number
7676
## Limit concurrency so that only one job deploys to erlang.github.io
7777
concurrency: erlang.github.io-deploy
@@ -84,7 +84,7 @@ jobs:
8484
needs.pr-number.outputs.result != '' &&
8585
github.event.workflow_run.conclusion != 'skipped'
8686
steps:
87-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
87+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8888
- name: Download and Extract Artifacts
8989
id: extract
9090
env:
@@ -109,7 +109,7 @@ jobs:
109109
echo "HAS_TEST_ARTIFACTS=false" >> $GITHUB_OUTPUT
110110
fi
111111
112-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
112+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
113113
with:
114114
token: ${{ secrets.ERLANG_TOKEN }}
115115
repository: 'erlang/erlang.github.io'
@@ -152,7 +152,7 @@ jobs:
152152
153153
## Append some useful links and tips to the test results posted by
154154
## Publish CT Test Results
155-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # ratchet:actions/github-script@v7.0.1
155+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
156156
if: always()
157157
with:
158158
script: |

.github/workflows/sync-github-prs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
sync-prs:
3434
if: github.repository == 'erlang/otp'
3535
concurrency: erlang.github.io-deploy
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-24.04
3737
steps:
38-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
39-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
38+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
39+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4040
with:
4141
token: ${{ secrets.ERLANG_TOKEN }}
4242
repository: 'erlang/erlang.github.io'

.github/workflows/sync-github-releases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
contents: write
4242
actions: write
4343
steps:
44-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
44+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4545
## We need to login to the package registry in order to pull
4646
## the base debian image.
4747
- name: Docker login

.github/workflows/update-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fail-fast: false
4848

4949
steps:
50-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
50+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5151
with:
5252
ref: ${{ matrix.branch }}
5353
- name: Cleanup GH Runner

0 commit comments

Comments
 (0)