From b56db4e04e0f229ba8d3dc7881382d0f1ebdeb7d Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 15 Sep 2023 12:42:21 +0200 Subject: [CI] upgrade actions/checkout@v4 & actions/upload-artifact@v3 Closes: https://github.com/searxng/searxng/issues/2777#issuecomment-1720958570 Signed-off-by: Markus Heiser --- .github/workflows/translations-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/translations-update.yml') 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 }} -- cgit v1.2.3