Skip to content

Commit 1a5f507

Browse files
Merge pull request #3245 from OctopusDeploy/dependabot/github_actions/actions/setup-node-7
Bump actions/setup-node from 6 to 7
2 parents 2e989f5 + 1bbd1e8 commit 1a5f507

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/branch-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Setup Node
5858
if: steps.changed-files.outputs.count > 0
59-
uses: actions/setup-node@v6
59+
uses: actions/setup-node@v7
6060
with:
6161
node-version: ${{ env.NODE_VERSION }}
6262
cache: 'pnpm'

.github/workflows/branch-spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run_install: false
3232

3333
- name: Setup Node
34-
uses: actions/setup-node@v6
34+
uses: actions/setup-node@v7
3535
with:
3636
node-version: ${{ env.NODE_VERSION }}
3737
cache: 'pnpm'

0 commit comments

Comments
 (0)