Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/docker/eclipse-temurin-23_37-jr…
Browse files Browse the repository at this point in the history
…e-alpine
  • Loading branch information
commjoen authored Oct 9, 2024
2 parents 7b728dd + 05fea69 commit ae24ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.10.0
uses: lycheeverse/lychee-action@v2.0.0
with:
args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" -r 2 './**/*.md' './**/*.html'
fail: true
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<!-- </snapshotRepository>-->
<!-- </distributionManagement>-->
<properties>
<KeePassJava2.version>2.2.1</KeePassJava2.version>
<KeePassJava2.version>2.2.2</KeePassJava2.version>
<asciidoctor.maven.plugin.version>3.0.0</asciidoctor.maven.plugin.version>
<asciidoctorj.version>3.0.0</asciidoctorj.version>
<aws.sdk.version>2.28.13</aws.sdk.version>
Expand Down

0 comments on commit ae24ae8

Please sign in to comment.