diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4f8f0bd..4ee2095 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: name: ShellCheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # Scope: actively-maintained scripts only. The Arch installer # (scripts/install-arch*, scripts/lib/install.sh) is excluded for now and @@ -42,7 +42,7 @@ jobs: name: shfmt runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install shfmt run: |