diff options
Diffstat (limited to '.github/workflows/check-translations.yml')
| -rw-r--r-- | .github/workflows/check-translations.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-translations.yml b/.github/workflows/check-translations.yml index 82d87c6..c06ca23 100644 --- a/.github/workflows/check-translations.yml +++ b/.github/workflows/check-translations.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: python3 sync_translations.py - name: Check that strings files are uptodate, run python3 sync_translations.py otherwise run: git diff --exit-code |
