From b92108f6ff9dc7b3de31b18bff7f6c9e65edb65d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:08:27 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f21c05..99fbd61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: attestations: write steps: - name: Clone repository - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Set up Node.js uses: actions/setup-node@v6.4.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f83b76..1b68a52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone repository - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: token: ${{ secrets.RELEASE_TOKEN }}