From 52af4908288956b90af5c2a7ee7e082bb98d3cf3 Mon Sep 17 00:00:00 2001 From: mateuscomh Date: Fri, 18 Oct 2024 08:46:27 -0300 Subject: [PATCH] chore: increase version from shellcheck ci --- .github/workflows/super-linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index eda9db1..8a437da 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -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 @@ -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