From 0b60bcbd4d1b764ea843bee25f30944c8fad4c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:09:10 +0000 Subject: [PATCH] chore: bump actions/checkout from 4 to 5 in the actions group Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-book.yml | 2 +- .github/workflows/crowdin_sync.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-book.yml b/.github/workflows/build-book.yml index 9843f6b3c..fc6526a37 100644 --- a/.github/workflows/build-book.yml +++ b/.github/workflows/build-book.yml @@ -15,7 +15,7 @@ jobs: build-test-book: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch_depth: 0 diff --git a/.github/workflows/crowdin_sync.yml b/.github/workflows/crowdin_sync.yml index ca44e5193..5a4b688f1 100644 --- a/.github/workflows/crowdin_sync.yml +++ b/.github/workflows/crowdin_sync.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Sync with Crowdin uses: crowdin/github-action@v2