Skip to content

Commit 9d595e0

Browse files
authored
Merge pull request #291 from FullStackWithLawrence/dependabot/github_actions/actions/setup-node-5
chore(deps): bump actions/setup-node from 4 to 5
2 parents aded8aa + 4415187 commit 9d595e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
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.12"
4646

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

0 commit comments

Comments
 (0)