From 85f4e50aad96f20934c4ca249cce69457919ca80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:46:01 +0800 Subject: [PATCH] chore(deps): update actions/checkout action to v7 (#57) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android.yml | 4 ++-- .github/workflows/renovate-check.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index eeda93a..a06a518 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -19,7 +19,7 @@ jobs: RELEASE_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 submodules: true @@ -98,7 +98,7 @@ jobs: RELEASE_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/renovate-check.yml b/.github/workflows/renovate-check.yml index 880655e..9c73873 100644 --- a/.github/workflows/renovate-check.yml +++ b/.github/workflows/renovate-check.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 submodules: true