diff --git a/.github/workflows/install-tester.yml b/.github/workflows/install-tester.yml index 703776c..c9f4501 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.42 + - uses: untitaker/hyperlink@0.1.43 with: args: --help diff --git a/Cargo.lock b/Cargo.lock index 6c351f5..b8597b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -315,7 +315,7 @@ dependencies = [ [[package]] name = "hyperlink" -version = "0.1.42" +version = "0.1.43" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index b7ccb4b..5d8f5b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperlink" -version = "0.1.42" +version = "0.1.43" authors = [ "Markus Unterwaditzer ", # contributed dump-external-links command diff --git a/README.md b/README.md index 698997b..9f0c31a 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.42 +- uses: untitaker/hyperlink@0.1.43 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.42 /check/public/ --sources /check/src/ +docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:0.1.43 /check/public/ --sources /check/src/ # specific commit docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:sha-82ca78c /check/public/ --sources /check/src