Skip to content

Commit bf462e5

Browse files
authored
feat: update actionlint (#179)
This PR updates actionlint to fix some incorrectly reported problems (e.g. `ubuntu-22.04-arm` not being accepted as a valid runner)
1 parent 1019843 commit bf462e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_gh_actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
# renovate: datasource=docker depName=rhysd/actionlint
13-
ACTIONLINT_VERSION: 1.7.0
13+
ACTIONLINT_VERSION: 1.7.7
1414

1515
jobs:
1616
lint:

0 commit comments

Comments
 (0)