Skip to content

Commit 61b5ba3

Browse files
Merge branch 'master' into next_patch
2 parents 50b8105 + e46a9c3 commit 61b5ba3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
path: openapi-${{ matrix.PFSENSE_VERSION }}.json
118118

119119
- name: Install Node.js
120-
uses: actions/setup-node@v4
120+
uses: actions/setup-node@v5
121121
with:
122122
node-version: "20"
123123

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v5
9-
- uses: actions/setup-node@v4
9+
- uses: actions/setup-node@v5
1010
with:
1111
node-version: 20
1212
- name: Install npm packages
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v5
5050
- name: Set up Python ${{ matrix.PYTHON_VERSION }}
51-
uses: actions/setup-python@v5
51+
uses: actions/setup-python@v6
5252
with:
5353
python-version: ${{ matrix.PYTHON_VERSION }}
5454
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
run: mkdir ./www
139139

140140
- name: Setup python
141-
uses: actions/setup-python@v5
141+
uses: actions/setup-python@v6
142142
with:
143143
python-version: ${{ env.PYTHON_VERSION }}
144144

.github/workflows/schedule_weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
DAYS_BEFORE_STALE: 60
1717
steps:
18-
- uses: actions/stale@v9
18+
- uses: actions/stale@v10
1919
with:
2020
stale-issue-message: |
2121
This issue has been automatically marked as stale because it has had no recent activity in the last ${{ env.DAYS_BEFORE_STALE }} days.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jinja2~=3.1.6
22
pylint~=3.3.8
3-
black~=25.1.0
3+
black~=25.9.0
44
mkdocs~=1.6.1

0 commit comments

Comments
 (0)