[CI] upgrade actions/checkout@v4 & actions/upload-artifact@v3

Closes: https://github.com/searxng/searxng/issues/2777#issuecomment-1720958570
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser
2023-09-15 12:42:21 +02:00
committed by Markus Heiser
parent 2b6b811aed
commit b56db4e04e
4 changed files with 9 additions and 9 deletions

View File

@@ -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 }}