Skip to content

Commit 45cec1f

Browse files
fix: update raven-actions/actionlint version and lock actionlint version (skills#355)
1 parent 2f7a3fa commit 45cec1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/3-step.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ jobs:
4949
- name: Lint welcome.yml with actionlint
5050
id: actionlint-check
5151
continue-on-error: true
52-
uses: raven-actions/actionlint@3a24062651993d40fed1019b58ac6fbdfbf276cc # v2.0.1
52+
uses: raven-actions/actionlint@v2.1.1
5353
with:
5454
files: .github/workflows/welcome.yml
55+
version: 1.7.10
56+
fail-on-error: true
5557

5658
- name: Check for steps section in welcome.yml
5759
id: check-steps-section
@@ -60,7 +62,6 @@ jobs:
6062
with:
6163
text-file: .github/workflows/welcome.yml
6264
keyphrase: "steps:"
63-
fail-on-error: true
6465

6566
- name: Check for gh pr comment command in welcome.yml
6667
id: check-gh-pr-comment

0 commit comments

Comments
 (0)