Skip to content

Commit 00e4766

Browse files
committed
Merge branch 'main' into alpha
2 parents 265846b + 9610538 commit 00e4766

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@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.11"
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)