Skip to content

Commit

Permalink
bump action to kill some warnings
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Jul 12, 2024
1 parent 6fa6ab5 commit 101603e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- uses: extractions/setup-just@v1
- uses: actions/checkout@v4
- uses: extractions/setup-just@v2
- run: shellcheck --version
- run: env | grep SHELLCHECK
- run: just lint

0 comments on commit 101603e

Please sign in to comment.