Skip to content

Commit e89aa54

Browse files
committed
Fix stale version comment for actions/setup-node pin
PR #346 bumped the pinned SHA to the v7.0.0 tag but left the trailing comment as "v6", which would mislead anyone auditing the pin against its comment.
1 parent 41cc3aa commit e89aa54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
aws-region: ${{ secrets.AWS_REGION }}
3535

3636
- name: Setup Node.js
37-
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6
37+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
3838
with:
3939
node-version: 24
4040

0 commit comments

Comments
 (0)