Skip to content

Commit 6ef27fb

Browse files
committed
pin workflows
1 parent ab0fdc5 commit 6ef27fb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ jobs:
1313
matrix:
1414
node: [18, 20, 'lts/*']
1515
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v4
16+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+
with:
18+
fetch-depth: 1
19+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
1820
with:
1921
node-version: ${{ matrix.node }}
2022

0 commit comments

Comments
 (0)