Skip to content

Commit f0e7a39

Browse files
committed
Merge branch 'main' into beta
2 parents 3d23939 + 677599a commit f0e7a39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@v5
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@v5
48+
uses: actions/setup-node@v6
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
@@ -11,7 +11,7 @@ flake8-coding==1.3.2
1111
pre-commit==4.3.0
1212
isort==6.0.1
1313
mypy==1.18.2
14-
pylint==3.3.8
14+
pylint==4.0.2
1515
bandit==1.8.6
1616
pydocstringformatter==0.7.5
1717
tox==4.30.2

0 commit comments

Comments
 (0)