Skip to content

Commit 010203e

Browse files
chore(deps): update actions/checkout digest to a5ac7e5
1 parent ea10ac1 commit 010203e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
if: ${{ github.event_name != 'pull_request' }}
2424
steps:
25-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
25+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2626
name: Checkout [main]
2727
with:
2828
fetch-depth: 0
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
if: ${{ github.event_name == 'pull_request' }}
6565
steps:
66-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
66+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
6767
with:
6868
ref: ${{ github.event.pull_request.head.ref }}
6969
repository: ${{ github.event.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)