From 7ee1feed0904dac3e0a75e5327467fa3662cfb78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:03:38 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/release.yml | 2 +- .github/workflows/sync-readme.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e8a23b..3f0df0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/sync-readme.yml b/.github/workflows/sync-readme.yml index 872dbca..83a2fb9 100644 --- a/.github/workflows/sync-readme.yml +++ b/.github/workflows/sync-readme.yml @@ -15,14 +15,14 @@ jobs: steps: - name: Checkout main - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Copy README.md run: | cp -f README.md ${{ runner.temp }}/README.md - name: Checkout gh-pages - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: gh-pages