From e4163e2ae14c5a289f3b17630276747266164300 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 22:24:01 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/mirrorer.yaml | 2 +- .github/workflows/web_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirrorer.yaml b/.github/workflows/mirrorer.yaml index ee38e92..363f4ab 100644 --- a/.github/workflows/mirrorer.yaml +++ b/.github/workflows/mirrorer.yaml @@ -22,7 +22,7 @@ jobs: push_to_mirror: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # - name: Push the content to the mirror repository diff --git a/.github/workflows/web_deploy.yml b/.github/workflows/web_deploy.yml index 75e6b30..85b2cf7 100644 --- a/.github/workflows/web_deploy.yml +++ b/.github/workflows/web_deploy.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6