diff --git a/.github/workflows/link-checker.yaml b/.github/workflows/link-checker.yaml index 9fd183a..fa482e6 100644 --- a/.github/workflows/link-checker.yaml +++ b/.github/workflows/link-checker.yaml @@ -17,7 +17,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 #v2.7.0 + uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 #v2.8.0 with: args: --verbose --no-progress --accept 100..=103,200..=299,429 './**/*.md' format: markdown diff --git a/README.md b/README.md index bbc3d74..d653ccc 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ In this repository in folder [workflow-templates](./workflow-templates/) you can ## Configuration files examples - [Automatic PR Labeler](./config/examples/auto-labeler-config.yaml) -- [Docker build](./config/examples/docker-build-config.json) +- [Docker build](./config/examples/docker.cfg) - [Docker metadata](./config/examples/metadata-config.yml) - [Helm charts release](./config/examples/helm-charts-release-config.yaml) - [Release notes auto-generation](./config/examples/release-drafter-config.yml)