Skip to content

Commit d6778d8

Browse files
authored
Merge pull request #5 from FullStackWithLawrence/dependabot/github_actions/actions/setup-node-6
chore(deps): bump actions/setup-node from 5 to 6
2 parents 64a16d9 + 7377b6d commit d6778d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/precommitVersionBumps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
SITE_PACKAGES_PATH: ${{ env.SITE_PACKAGES_PATH }}
7373

7474
- name: Setup Node.js environment
75-
uses: actions/setup-node@v5
75+
uses: actions/setup-node@v6
7676
with:
7777
node-version: "20.9.0"
7878

.github/workflows/semanticVersionBump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python-version: "3.13"
4343

4444
- name: Setup Node.js environment
45-
uses: actions/setup-node@v5
45+
uses: actions/setup-node@v6
4646
with:
4747
node-version: "20.9.0"
4848

0 commit comments

Comments
 (0)