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