diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 55b86d484..d7bd4fc85 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.2 + entry: docker.io/rhysd/actionlint:1.7.3 - 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 ffccac9d2..f16af52f7 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.2`) +- `actionlint:{version}`: Specific version of actionlint. (e.g. `actionlint:1.7.3`) 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.2 + rev: v1.7.3 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.2 +trunk check enable actionlint@1.7.3 ``` 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.2 + - actionlint@1.7.3 ``` Then just run: diff --git a/playground/index.html b/playground/index.html index a6a0ef40a..95543d48a 100644 --- a/playground/index.html +++ b/playground/index.html @@ -22,7 +22,7 @@