From 7c88c004b6a1c2b9dc40db08fd1ce741125ea0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 07:29:37 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [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.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/android.yml | 2 +- .github/workflows/changelog-to-fastlane.yml | 2 +- .github/workflows/contributors-to-file.yml | 2 +- .github/workflows/generate-feature-graphic.yml | 2 +- .github/workflows/i18n-check.yml | 2 +- .github/workflows/update-locales.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 42b2114dc..47e42c0e7 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -32,7 +32,7 @@ jobs: matrix: flavor: [Foss, Gplay] steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - uses: gradle/actions/wrapper-validation@v6.1.0 - name: set up OpenJDK 25 run: | diff --git a/.github/workflows/changelog-to-fastlane.yml b/.github/workflows/changelog-to-fastlane.yml index 0c9a66d86..e73a5fbd1 100644 --- a/.github/workflows/changelog-to-fastlane.yml +++ b/.github/workflows/changelog-to-fastlane.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repo id: checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Setup Python uses: actions/setup-python@v6.2.0 with: diff --git a/.github/workflows/contributors-to-file.yml b/.github/workflows/contributors-to-file.yml index 657619a57..9e34bb01e 100644 --- a/.github/workflows/contributors-to-file.yml +++ b/.github/workflows/contributors-to-file.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repo id: checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Update contributors id: update_contributors uses: TheLastProject/contributors-to-file-action@v3.2.0 diff --git a/.github/workflows/generate-feature-graphic.yml b/.github/workflows/generate-feature-graphic.yml index ef20f3dac..1a1665187 100644 --- a/.github/workflows/generate-feature-graphic.yml +++ b/.github/workflows/generate-feature-graphic.yml @@ -17,7 +17,7 @@ jobs: generate-feature-graphic: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: Install requirements run: | sudo apt-get update diff --git a/.github/workflows/i18n-check.yml b/.github/workflows/i18n-check.yml index 6e4cfd5bd..e18f90889 100644 --- a/.github/workflows/i18n-check.yml +++ b/.github/workflows/i18n-check.yml @@ -27,7 +27,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: Fail on bad translations run: if grep -ri "<xliff" app/src/main/res/values*/strings.xml; then echo "Invalidly escaped translations found"; exit 1; fi - name: Check app_name consistency diff --git a/.github/workflows/update-locales.yml b/.github/workflows/update-locales.yml index 1b9936a35..cfd59ed7d 100644 --- a/.github/workflows/update-locales.yml +++ b/.github/workflows/update-locales.yml @@ -17,7 +17,7 @@ jobs: update-locales: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: Add new locales run: .scripts/new-locales.py - name: Update locales