Skip to content

Commit

Permalink
Update examples to latest version (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Jun 3, 2024
1 parent e7ee33f commit 87bbec3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4 # v4

# run the actionlinter, will fail on errors
- uses: devops-actions/actionlint@c0ee017f8abef55d843a647cd737b87a1976eb69 #v0.1.1
- uses: devops-actions/actionlint@e7ee33fbf5aa8c9f9ee1145137f3e52e25d6a35b #v0.1.3
```
## Usage with results file:
Expand All @@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: devops-actions/actionlint@c0ee017f8abef55d843a647cd737b87a1976eb69 #v0.1.1
- uses: devops-actions/actionlint@e7ee33fbf5aa8c9f9ee1145137f3e52e25d6a35b #v0.1.3
continue-on-error: true
id: action-lint

Expand Down Expand Up @@ -84,7 +84,7 @@ Another option is to pass in extra `shellcheck_opts` for the warnings you want t
steps:
- uses: actions/checkout@v4
- uses: devops-actions/[email protected].2
- uses: devops-actions/actionlint@e7ee33fbf5aa8c9f9ee1145137f3e52e25d6a35b #v0.1.3
continue-on-error: true
id: action-lint
with:
Expand Down

0 comments on commit 87bbec3

Please sign in to comment.