Skip to content

Commit 62dc61a

Browse files
committed
bump up version to v1.7.1
1 parent 95b7390 commit 62dc61a

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.7.0
16+
entry: docker.io/rhysd/actionlint:1.7.1
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.7.0`)
275+
- `actionlint:{version}`: Specific version of actionlint. (e.g. `actionlint:1.7.1`)
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.7.0
369+
rev: v1.7.1
370370
hooks:
371371
- id: actionlint
372372
```
@@ -425,15 +425,15 @@ trunk check enable actionlint
425425
or if you'd like a specific version:
426426

427427
```bash
428-
trunk check enable [email protected].0
428+
trunk check enable [email protected].1
429429
```
430430

431431
or modify `.trunk/trunk.yaml` in your repo to contain:
432432

433433
```yaml
434434
lint:
435435
enabled:
436-
436+
437437
```
438438

439439
Then just run:

0 commit comments

Comments
 (0)