Skip to content

Commit c6bd062

Browse files
committed
bump up version to v1.6.27
1 parent 59b151b commit c6bd062

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
language: docker_image
1414
types: ["yaml"]
1515
files: ^\.github/workflows/
16-
entry: docker.io/rhysd/actionlint:1.6.26
16+
entry: docker.io/rhysd/actionlint:1.6.27
1717
- id: actionlint-system
1818
name: Lint GitHub Actions workflow files
1919
description: Runs system-installed actionlint to lint GitHub Actions workflow files

docs/usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ and pyflakes).
272272
Available tags are:
273273

274274
- `actionlint:latest`: Latest stable version of actionlint. This image is recommended.
275-
- `actionlint:{version}`: Specific version of actionlint. (e.g. `actionlint:1.6.1`)
275+
- `actionlint:{version}`: Specific version of actionlint. (e.g. `actionlint:1.6.27`)
276276

277277
Just run the image with `docker run`:
278278

@@ -366,7 +366,7 @@ Add this to your `.pre-commit-config.yaml` in your repository:
366366
---
367367
repos:
368368
- repo: https://github.com/rhysd/actionlint
369-
rev: v1.6.26
369+
rev: v1.6.27
370370
hooks:
371371
- id: actionlint
372372
```
@@ -419,15 +419,15 @@ trunk check enable actionlint
419419
or if you'd like a specific version:
420420

421421
```bash
422-
trunk check enable [email protected].23
422+
trunk check enable [email protected].27
423423
```
424424

425425
or modify `.trunk/trunk.yaml` in your repo to contain:
426426

427427
```yaml
428428
lint:
429429
enabled:
430-
430+
431431
```
432432

433433
Then just run:

0 commit comments

Comments
 (0)