From 554dd070000b0f7e6b20ebf9e29473e545cd4194 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 12:04:41 +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 1985883..fb70bc5 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: build + smoke test [${{ matrix.ghc }}] uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e # 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: repository: docker-library/official-images path: official-images @@ -110,7 +110,7 @@ jobs: deb: 'bullseye' steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 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 113544d..8717e36 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: ./.github/actions/build-generator diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index e19e76d..956bfe4 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - 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 1c995f0..990b9e5 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0 with: recursive: true