From f6dadc8c07dd07f85564dfde98ca23273b47ebe7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:06:43 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/release.yml | 2 +- .github/workflows/validate.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6f2642..720eeae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: steps: - name: Check out release ref - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 58c46c7..fdb3600 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -98,7 +98,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false ref: ${{ inputs.ref || github.ref }} @@ -130,7 +130,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false ref: ${{ inputs.ref || github.ref }} @@ -156,7 +156,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false @@ -216,7 +216,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false