Skip to content

Commit e4d5c72

Browse files
chore(deps): pin actions/setup-node action to cdca736
1 parent 8b1687e commit e4d5c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020

2121
- name: Setup Node LTS
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2323
with:
2424
node-version: lts/*
2525
cache: yarn

0 commit comments

Comments
 (0)