Skip to content

Commit f7b52c3

Browse files
committed
Merge branch 'main' into next
2 parents 64ff006 + 9610538 commit f7b52c3

3 files changed

Lines changed: 3 additions & 3 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.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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
boto3==1.40.21
1414
botocore>=1.35.10
1515
pytest==8.4.1
16-
pytest_mock==3.14.1
16+
pytest_mock==3.15.1
1717
requests==2.32.5
1818

1919
# Code linters, formatters, and security scanners

0 commit comments

Comments
 (0)