From d88027450ab7343b24460474f0279e9952bfcc05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 02:07:27 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release-please.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8fb9a6ac..a58ededa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: ./.github/actions/android-build with: check-build: true diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 64bbab40..6a1358c6 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -32,7 +32,7 @@ jobs: if: needs.release-please.outputs.release_created steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build id: build uses: ./.github/actions/android-build @@ -56,7 +56,7 @@ jobs: GH_TOKEN: ${{ github.token }} steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: sparse-checkout: .github