diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index e1442e3e3..b509fe5a5 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -13,7 +13,7 @@ language: docker_image types: ["yaml"] files: ^\.github/workflows/ - entry: docker.io/rhysd/actionlint:1.6.26 + entry: docker.io/rhysd/actionlint:1.6.27 - id: actionlint-system name: Lint GitHub Actions workflow files description: Runs system-installed actionlint to lint GitHub Actions workflow files diff --git a/docs/usage.md b/docs/usage.md index 44709c37a..c806b9d6b 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -272,7 +272,7 @@ and pyflakes). Available tags are: - `actionlint:latest`: Latest stable version of actionlint. This image is recommended. -- `actionlint:{version}`: Specific version of actionlint. (e.g. `actionlint:1.6.1`) +- `actionlint:{version}`: Specific version of actionlint. (e.g. `actionlint:1.6.27`) Just run the image with `docker run`: @@ -366,7 +366,7 @@ Add this to your `.pre-commit-config.yaml` in your repository: --- repos: - repo: https://github.com/rhysd/actionlint - rev: v1.6.26 + rev: v1.6.27 hooks: - id: actionlint ``` @@ -419,7 +419,7 @@ trunk check enable actionlint or if you'd like a specific version: ```bash -trunk check enable actionlint@1.6.23 +trunk check enable actionlint@1.6.27 ``` or modify `.trunk/trunk.yaml` in your repo to contain: @@ -427,7 +427,7 @@ or modify `.trunk/trunk.yaml` in your repo to contain: ```yaml lint: enabled: - - actionlint@1.6.23 + - actionlint@1.6.27 ``` Then just run: