Skip to content

Commit

Permalink
chore: increase version from shellcheck ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuscomh committed Oct 18, 2024
1 parent 9417ef6 commit 52af490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set permissions for the script
run: chmod +x files/unitTest.sh

Expand All @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
Expand Down

0 comments on commit 52af490

Please sign in to comment.