From 4111dbe6fee67dd2f870962cc6dbd65cbb547f9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:06:11 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 16e545c5..03457f26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Node.js setup uses: actions/setup-node@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6e68f85..89c0f089 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Node.js setup uses: actions/setup-node@v3