From 622d645544aca703d23577ac1b1bc6c5f22dae2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 12:58:41 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cronet.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 8 ++++---- .github/workflows/web.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cronet.yml b/.github/workflows/cronet.yml index 194a33b..1db80be 100644 --- a/.github/workflows/cronet.yml +++ b/.github/workflows/cronet.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.repository == 'Luoyacheng/legado' }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Check Cronet Updates run: source .github/scripts/cronet.sh diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06cf54c..61a08b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: VERSION: ${{ needs.prepare.outputs.version }} play: ${{ needs.prepare.outputs.play }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Set up JDK 17 uses: actions/setup-java@v5 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12c1c44..fca0fb1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: updateLog_content: ${{ steps.updateLog.outputs.body }} build_matrix: ${{ steps.set-matrix.outputs.build_matrix }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: fetch-depth: 20 - id: set-ver @@ -154,7 +154,7 @@ jobs: VERSION: ${{ needs.prepare.outputs.version }} VERSIONL: ${{ needs.prepare.outputs.versionL }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Set up JDK 17 @@ -258,7 +258,7 @@ jobs: env: VERSION: ${{ needs.prepare.outputs.version }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: fetch-depth: 1 - uses: actions/download-artifact@v8 @@ -334,7 +334,7 @@ jobs: #蓝奏云分享链接 LANZOU_URL: ${{ secrets.LANZOU_URL }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: actions/download-artifact@v8 with: path: apk/ diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 6c43762..932036d 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Install Node.js uses: actions/setup-node@v6