diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-11-24 13:56:56 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-11-24 14:07:07 +0100 |
commit | 7927baf545013b829611834c20042c7b17e18ca0 (patch) | |
tree | f7b4b66cc51264152d931626903e5a8f6d58935e /.github | |
parent | e4961142e357b6342eeec46b08d5f5f1e609cf7f (diff) | |
download | searxng-7927baf545013b829611834c20042c7b17e18ca0.tar.gz searxng-7927baf545013b829611834c20042c7b17e18ca0.zip |
[upd] github CI: actions/cache@v3 to actions/cache@v4
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/integration.yml | 10 | ||||
-rw-r--r-- | .github/workflows/translations-update.yml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 59cabdc4a..d7390c068 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -31,7 +31,7 @@ jobs: architecture: 'x64' - name: Cache Python dependencies id: cache-python - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./local @@ -61,7 +61,7 @@ jobs: architecture: 'x64' - name: Cache Python dependencies id: cache-python - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./local @@ -93,7 +93,7 @@ jobs: architecture: 'x64' - name: Cache Python dependencies id: cache-python - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./local @@ -137,7 +137,7 @@ jobs: architecture: 'x64' - name: Cache Python dependencies id: cache-python - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./local @@ -181,7 +181,7 @@ jobs: architecture: 'x64' - name: Cache Python dependencies id: cache-python - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./local diff --git a/.github/workflows/translations-update.yml b/.github/workflows/translations-update.yml index ac611adea..ebb2f0cd1 100644 --- a/.github/workflows/translations-update.yml +++ b/.github/workflows/translations-update.yml @@ -22,7 +22,7 @@ jobs: architecture: 'x64' - name: Cache Python dependencies id: cache-python - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./local |