diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index c9fe9b0..4a245e3 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Lint Bash uses: azohra/shell-linter@latest