mirror of
https://github.com/searxng/searxng.git
synced 2025-12-29 07:00:02 +00:00
[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:
committed by
Markus Heiser
parent
2b6b811aed
commit
b56db4e04e
2
.github/workflows/translations-update.yml
vendored
2
.github/workflows/translations-update.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user