diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 89d5298..293c93f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: dockerfile: [Dockerfile.ol7, Dockerfile.ol8] steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run hadolint on ${{ matrix.dockerfile }} uses: hadolint/hadolint-action@v3.1.0 with: @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run ShellCheck run: find . -type f -name "*.sh" -exec shellcheck {} + @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run shfmt uses: luizm/action-sh-checker@v0.9.0 env: