diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 600fc725a..c6522521f 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -29,7 +29,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - 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 - uses: gradle/wrapper-validation-action@v1 diff --git a/.github/workflows/changelog-to-fastlane.yml b/.github/workflows/changelog-to-fastlane.yml index 6e789f40d..f37abbc10 100644 --- a/.github/workflows/changelog-to-fastlane.yml +++ b/.github/workflows/changelog-to-fastlane.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repo id: checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Setup Python uses: actions/setup-python@v4.7.0 with: diff --git a/.github/workflows/contributors-to-file.yml b/.github/workflows/contributors-to-file.yml index 1e74791d4..e68936a19 100644 --- a/.github/workflows/contributors-to-file.yml +++ b/.github/workflows/contributors-to-file.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repo id: checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Update contributors id: update_contributors uses: TheLastProject/contributors-to-file-action@v3.0.1 diff --git a/.github/workflows/generate-feature-graphic.yml b/.github/workflows/generate-feature-graphic.yml index 7cf7aa490..3bbff9c48 100644 --- a/.github/workflows/generate-feature-graphic.yml +++ b/.github/workflows/generate-feature-graphic.yml @@ -24,7 +24,7 @@ jobs: generate-feature-graphic: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Install requirements run: | sudo apt-get update diff --git a/.github/workflows/update-locales.yml b/.github/workflows/update-locales.yml index 30f0bd5d2..6a605f5f6 100644 --- a/.github/workflows/update-locales.yml +++ b/.github/workflows/update-locales.yml @@ -24,7 +24,7 @@ jobs: update-locales: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Update locales run: .scripts/locales.py - name: Create Pull Request