From aa1bae25ede63fa73f8292d87859417402b1079a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 10:51:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/debian.yml | 8 ++++---- .github/workflows/gen-pop-cache.yaml | 2 +- .github/workflows/generator.yml | 2 +- .github/workflows/lint.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index d59152a6..62579fe8 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -60,7 +60,7 @@ jobs: - ghc: '9.6.7' ghc_minor: '9.6' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: build + smoke test [${{ matrix.ghc }}] uses: nick-invision/retry@v3.0.0 with: @@ -71,7 +71,7 @@ jobs: -t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \ ${{ matrix.ghc_minor }}/${{ matrix.deb }} \ --build-arg "BUILDKIT_DOCKERFILE_CHECK=skip=SecretsUsedInArgOrEnv;error=true" - - uses: actions/checkout@v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: repository: docker-library/official-images path: official-images @@ -110,7 +110,7 @@ jobs: deb: 'bullseye' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: docker build and test [arm64 ${{ matrix.ghc }}] run: | docker build --pull --progress=plain \ @@ -124,7 +124,7 @@ jobs: docker run \ -t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \ bash -c "echo | ghci" - - uses: actions/checkout@v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: repository: docker-library/official-images path: official-images diff --git a/.github/workflows/gen-pop-cache.yaml b/.github/workflows/gen-pop-cache.yaml index f7cf0931..dbdc60b0 100644 --- a/.github/workflows/gen-pop-cache.yaml +++ b/.github/workflows/gen-pop-cache.yaml @@ -7,5 +7,5 @@ jobs: populate-cache: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./.github/actions/build-generator diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index 92c5e90e..4707963f 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -15,7 +15,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./.github/actions/build-generator # with: # debug_mode: ${{ github.event.inputs.debug_mode }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c888f861..a43e0be9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: hadolint: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: hadolint/hadolint-action@v3.1.0 with: recursive: true