Skip to content

Commit d3f8265

Browse files
authored
Merge pull request #347 from BrentIO/fix/setup-node-version-comment
Fix stale version comment for actions/setup-node pin
2 parents 41cc3aa + e89aa54 commit d3f8265

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)