diff options
Diffstat (limited to '.github/workflows/translations-update.yml')
-rw-r--r-- | .github/workflows/translations-update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/translations-update.yml b/.github/workflows/translations-update.yml index 769a0b160..c0b2d473d 100644 --- a/.github/workflows/translations-update.yml +++ b/.github/workflows/translations-update.yml @@ -11,7 +11,7 @@ jobs: if: ${{ github.repository_owner == 'searxng' && github.ref == 'refs/heads/master' }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: '0' token: ${{ secrets.WEBLATE_GITHUB_TOKEN }} |