summaryrefslogtreecommitdiff
path: root/.github/workflows/translations-update.yml
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2023-09-15 12:42:21 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-09-15 14:45:54 +0200
commitb56db4e04e0f229ba8d3dc7881382d0f1ebdeb7d (patch)
tree1a4604f2a8dd667d374eb480e3acb472cd65f5d1 /.github/workflows/translations-update.yml
parent2b6b811aedb9a417caeda9c075cf3c84e69b3b27 (diff)
downloadsearxng-b56db4e04e0f229ba8d3dc7881382d0f1ebdeb7d.tar.gz
searxng-b56db4e04e0f229ba8d3dc7881382d0f1ebdeb7d.zip
[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>
Diffstat (limited to '.github/workflows/translations-update.yml')
-rw-r--r--.github/workflows/translations-update.yml2
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 }}