diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 9faee68e3..55b86d484 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.7.1 + entry: docker.io/rhysd/actionlint:1.7.2 - 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 d6c5f8d4c..ffccac9d2 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.7.1`) +- `actionlint:{version}`: Specific version of actionlint. (e.g. `actionlint:1.7.2`) 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.7.1 + rev: v1.7.2 hooks: - id: actionlint ``` @@ -425,7 +425,7 @@ trunk check enable actionlint or if you'd like a specific version: ```bash -trunk check enable actionlint@1.7.1 +trunk check enable actionlint@1.7.2 ``` or modify `.trunk/trunk.yaml` in your repository to contain: @@ -433,7 +433,7 @@ or modify `.trunk/trunk.yaml` in your repository to contain: ```yaml lint: enabled: - - actionlint@1.7.1 + - actionlint@1.7.2 ``` Then just run: diff --git a/playground/index.html b/playground/index.html index 689815444..a6a0ef40a 100644 --- a/playground/index.html +++ b/playground/index.html @@ -22,7 +22,7 @@