From 54d498ad9af5057efdfd4a7fc1827560b694b114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:51:59 +0000 Subject: [PATCH] Bump actions/checkout in the github-actions-minor-patch group Bumps the github-actions-minor-patch group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 6.0.2 - [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/v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/android-release.yml | 2 +- .github/workflows/android-screenshots.yml | 2 +- .github/workflows/build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index d244689..58f4daf 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -86,7 +86,7 @@ jobs: SUPPLY_METADATA_PATH: fastlane/metadata/android steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 with: submodules: 'false' diff --git a/.github/workflows/android-screenshots.yml b/.github/workflows/android-screenshots.yml index 6c78895..8d02c85 100644 --- a/.github/workflows/android-screenshots.yml +++ b/.github/workflows/android-screenshots.yml @@ -28,7 +28,7 @@ jobs: SCREENSHOT_OUTPUT_DIRECTORY: artifacts/android-screenshots steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 with: submodules: 'false' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d6db8b..ca2b60d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 with: submodules: 'false'