Skip to content

Commit

Permalink
Update DeadFinder version to 1.4.4
Browse files Browse the repository at this point in the history
Signed-off-by: HAHWUL <hahwul@gmail.com>
  • Loading branch information
hahwul committed Oct 9, 2024
1 parent fa90009 commit c533303
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ deadfinder sitemap https://www.hahwul.com/sitemap.xml
```yml
steps:
- name: Run DeadFinder
uses: hahwul/deadfinder@1.4.3
uses: hahwul/deadfinder@1.4.4
# or uses: hahwul/deadfinder@latest
id: broken-link
with:
Expand Down
2 changes: 1 addition & 1 deletion github-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the deadfinder base image from GitHub Container Registry
FROM ghcr.io/hahwul/deadfinder:1.4.3
FROM ghcr.io/hahwul/deadfinder:1.4.4

# Install jq for JSON processing
RUN apt-get update && apt-get install -y jq
Expand Down
2 changes: 1 addition & 1 deletion lib/deadfinder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# frozen_string_literal: true

VERSION = '1.4.3'
VERSION = '1.4.4'

0 comments on commit c533303

Please sign in to comment.