From 84b17b17fe4ae07e981bbc6bae91f76e8703d4f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 02:52:41 +0000 Subject: [PATCH] Bump actions/checkout from 7.0.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [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/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 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 22b2902e1..ce33c785f 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -32,7 +32,7 @@ jobs: matrix: flavor: [Foss, Gplay] steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: gradle/actions/wrapper-validation@v6.2.0 - name: set up OpenJDK 25 run: | diff --git a/.github/workflows/changelog-to-fastlane.yml b/.github/workflows/changelog-to-fastlane.yml index de542aa57..61cb0964f 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@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Setup Python uses: actions/setup-python@v6.3.0 with: diff --git a/.github/workflows/contributors-to-file.yml b/.github/workflows/contributors-to-file.yml index 4cbc57844..80531edb5 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@v7.0.0 + uses: actions/checkout@v7.0.1 - 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 d3834f83d..3a943fc6a 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@v7.0.0 + - uses: actions/checkout@v7.0.1 - name: Install requirements run: | sudo apt-get update diff --git a/.github/workflows/i18n-check.yml b/.github/workflows/i18n-check.yml index b82742e0c..aa2cdc38e 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@v7.0.0 + - uses: actions/checkout@v7.0.1 - 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 9b8e35f1e..744219b78 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@v7.0.0 + - uses: actions/checkout@v7.0.1 - name: Add new locales run: .scripts/new-locales.py - name: Update locales