Skip to content

Commit

Permalink
switched from master to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
led0nk committed Apr 18, 2024
1 parent 91a4868 commit 703f599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: shellcheck workflow-scripts
uses: ludeeus/action-shellcheck@master
uses: ludeeus/action-shellcheck@2.0.0
env:
SHELLCHECK_OPTS: -x -e SC2059 -e SC2086
with:
scandir: ".github/workflows/scripts"
severity: warning
version: ${{ env.VERSION }}
- name: shellcheck buildscripts
uses: ludeeus/action-shellcheck@master
uses: ludeeus/action-shellcheck@2.0.0
env:
SHELLCHECK_OPTS: -x -e SC2059 -e SC2086
with:
Expand Down

0 comments on commit 703f599

Please sign in to comment.