From 5eaefae1e3a21fe26209397a2af06c9e2b486f31 Mon Sep 17 00:00:00 2001 From: "ppat-self-hosted-renovate-bot[bot]" <175373406+ppat-self-hosted-renovate-bot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 06:09:20 +0000 Subject: [PATCH] chore(github-actions): update actions/checkout (v4 -> v6.0.3) BREAKING CHANGE --- .github/workflows/lint.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 8b03a9a8..3abb1b14 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -49,7 +49,7 @@ jobs: terraform_dirs: ${{ steps.determine-tf-dirs.outputs.dirs }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 1 persist-credentials: false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 353b2835..ede909a3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -64,7 +64,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 1 persist-credentials: false