meta: bump actions/checkout from 4.2.2 to 5.0.0 · nodejs/node@5806ea0

@@ -63,7 +63,7 @@ jobs:

6363

SHORT_SHA=$(node -p 'process.version.split(/-nightly\d{8}/)[1]')

6464

echo "NIGHTLY_REF=$(gh api /repos/nodejs/node/commits/$SHORT_SHA --jq '.sha')" >> $GITHUB_ENV

6565

- name: Checkout ${{ steps.setup-node.outputs.node-version }}

66-

uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

66+

uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

6767

with:

6868

persist-credentials: false

6969

ref: ${{ env.NIGHTLY_REF || steps.setup-node.outputs.node-version }}

@@ -79,7 +79,7 @@ jobs:

7979

run: rm -rf wpt

8080

working-directory: test/fixtures

8181

- name: Checkout epochs/daily WPT

82-

uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

82+

uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

8383

with:

8484

repository: web-platform-tests/wpt

8585

persist-credentials: false

@@ -104,7 +104,7 @@ jobs:

104104

run: rm -rf deps/undici

105105

- name: Checkout undici

106106

if: ${{ env.WPT_REPORT != '' }}

107-

uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

107+

uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

108108

with:

109109

repository: nodejs/undici

110110

persist-credentials: false