Skip to content

Commit 27b671a

Browse files
committed
Merge branch 'main' into alpha
2 parents 56a813a + 8402986 commit 27b671a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/precommitVersionBumps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
${{ runner.os }}-pip
5050
5151
- name: Set up Python
52-
uses: actions/setup-python@v5
52+
uses: actions/setup-python@v6
5353
with:
5454
python-version: "3.11"
5555

@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
${{ runner.os }}-node
4141
4242
- name: Set up Python 3.11
43-
uses: actions/setup-python@v5
43+
uses: actions/setup-python@v6
4444
with:
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)