Skip to content

Commit 5b85beb

Browse files
Merge branch 'next_patch' of github.com:jaredhendrickson13/pfsense-api into next_patch
2 parents df78467 + 6ba0be6 commit 5b85beb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21-
- uses: psf/black@d2490e24dad33b8f68c77602ee29160de0fea24b # 26.5.0
21+
- uses: psf/black@87928e6d6761a4a6d22250e1fee5601b3998086e # 26.5.1
2222

2323
lint_php:
2424
runs-on: ubuntu-latest

.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@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
18+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
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~=4.0.5
3-
black~=26.5.0
3+
black~=26.5.1
44
mkdocs~=1.6.1

0 commit comments

Comments
 (0)