Skip to content

Commit fb3f923

Browse files
authored
Merge pull request #185 from FullStackWithLawrence/dependabot/github_actions/actions/setup-node-6
chore(deps): bump actions/setup-node from 4 to 6
2 parents 8c9dd46 + e43f7c8 commit fb3f923

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
@@ -71,7 +71,7 @@ jobs:
7171
SITE_PACKAGES_PATH: ${{ env.SITE_PACKAGES_PATH }}
7272

7373
- name: Setup Node.js environment
74-
uses: actions/setup-node@v4
74+
uses: actions/setup-node@v6
7575
with:
7676
node-version: "20.9.0"
7777

.github/workflows/semanticVersionBump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python-version: "3.11"
4646

4747
- name: Setup Node.js environment
48-
uses: actions/setup-node@v4
48+
uses: actions/setup-node@v6
4949
with:
5050
node-version: "20.9.0"
5151

0 commit comments

Comments
 (0)