Skip to content

Commit 4248c4e

Browse files
chore(deps): update actions/checkout digest to 44c2b7a
1 parent 6c1eae2 commit 4248c4e

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
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
if: ${{ github.event_name != 'pull_request' }}
2222
steps:
23-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
23+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
2424
name: Checkout [main]
2525
with:
2626
fetch-depth: 0
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
if: ${{ github.event_name == 'pull_request' }}
6363
steps:
64-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
64+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
6565
with:
6666
ref: ${{ github.event.pull_request.head.ref }}
6767
repository: ${{ github.event.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)