From 657bd98385ea219a40fac1fb6b20b091c96b4248 Mon Sep 17 00:00:00 2001 From: Nebz <28622481+NebzHB@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:30:02 +0200 Subject: [PATCH] Update shellLint.yml --- .github/workflows/shellLint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shellLint.yml b/.github/workflows/shellLint.yml index ffa3018..0b79d01 100644 --- a/.github/workflows/shellLint.yml +++ b/.github/workflows/shellLint.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4 - name: Run ShellCheck uses: azohra/shell-linter@latest with: