Skip to content

Commit 0268ae6

Browse files
chore(deps): update actions/checkout digest to 11bd719
1 parent ed910d3 commit 0268ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+2-2
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
25+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
66+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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)