Skip to content

Commit 0ad366d

Browse files
authored
Merge pull request #16 from progit/dependabot/github_actions/actions/setup-node-7
Bump actions/setup-node from 4 to 7
2 parents ab1a45a + 76a99b1 commit 0ad366d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Set up Node
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v7
2727
with:
2828
node-version: 22
2929
cache: npm

0 commit comments

Comments
 (0)