Skip to content

Commit 97ea3f2

Browse files
committed
github ci: pin action versions
1 parent 532abdc commit 97ea3f2

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
@@ -15,9 +15,9 @@ jobs:
1515
- 22
1616
os: [ubuntu-latest]
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1919
- name: Use Node.js ${{ matrix.node }}
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
2121
with:
2222
node-version: ${{ matrix.node }}
2323
- run: npm install

0 commit comments

Comments
 (0)