diff --git a/.github/workflows/install-tester.yml b/.github/workflows/install-tester.yml index 5e0971d..703776c 100644 --- a/.github/workflows/install-tester.yml +++ b/.github/workflows/install-tester.yml @@ -10,6 +10,6 @@ jobs: gha: runs-on: "ubuntu-20.04" steps: - - uses: untitaker/hyperlink@0.1.41 + - uses: untitaker/hyperlink@0.1.42 with: args: --help diff --git a/Cargo.lock b/Cargo.lock index 52ef907..260ae25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -315,7 +315,7 @@ dependencies = [ [[package]] name = "hyperlink" -version = "0.1.41" +version = "0.1.42" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 819b6b5..75713ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperlink" -version = "0.1.41" +version = "0.1.42" authors = [ "Markus Unterwaditzer ", # contributed dump-external-links command diff --git a/README.md b/README.md index cafc21c..698997b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ A command-line tool to find broken links in your static site. ### GitHub action ```yaml -- uses: untitaker/hyperlink@0.1.41 +- uses: untitaker/hyperlink@0.1.42 with: args: public/ --sources src/ ``` @@ -60,7 +60,7 @@ hyperlink public/ --sources src/ ### Docker ```bash -docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:0.1.41 /check/public/ --sources /check/src/ +docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:0.1.42 /check/public/ --sources /check/src/ # specific commit docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:sha-82ca78c /check/public/ --sources /check/src