diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2023-09-15 12:42:21 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-09-15 14:45:54 +0200 |
commit | b56db4e04e0f229ba8d3dc7881382d0f1ebdeb7d (patch) | |
tree | 1a4604f2a8dd667d374eb480e3acb472cd65f5d1 /.github/workflows/data-update.yml | |
parent | 2b6b811aedb9a417caeda9c075cf3c84e69b3b27 (diff) | |
download | searxng-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/data-update.yml')
-rw-r--r-- | .github/workflows/data-update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index 0ffb1498e..f68e578ed 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -22,7 +22,7 @@ jobs: - update_engine_descriptions.py steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Ubuntu packages run: | |