Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
PR for btpsa-v1.12.5 (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 authored Feb 13, 2024
1 parent 43790e6 commit 080780f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/links-watcher-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected].1
uses: lycheeverse/[email protected].3
with:
args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md'
output: ./lychee/out.md
Expand All @@ -33,7 +33,7 @@ jobs:
broken link
automated issue
- name: Create or update issue for broken links
uses: peter-evans/create-issue-from-file@v4
uses: peter-evans/create-issue-from-file@v5
if: ${{ steps.lychee.outputs.exit_code }} != 0
with:
title: Link Checker Report
Expand Down
8 changes: 4 additions & 4 deletions config/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
attrs==23.2.0
blessed==1.20.0
certifi==2023.11.17
certifi==2024.2.2
charset-normalizer==3.3.2
inquirer==3.2.1
inquirer==3.2.3
idna==3.6
Jinja2==3.1.3
jsonschema==4.21.1
MarkupSafe==2.1.4
MarkupSafe==2.1.5
mccabe==0.7.0
ninja2==0.1
pycodestyle==2.11.1
Expand All @@ -17,7 +17,7 @@ python-editor==1.0.4
readchar==4.0.5
requests==2.31.0
six==1.16.0
urllib3==2.1.0
urllib3==2.2.0
wcwidth==0.2.13
pyyaml==6.0.1
xmltodict==0.13.0
Expand Down

0 comments on commit 080780f

Please sign in to comment.