From 7927baf545013b829611834c20042c7b17e18ca0 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 24 Nov 2024 13:56:56 +0100 Subject: [PATCH] [upd] github CI: actions/cache@v3 to actions/cache@v4 Signed-off-by: Markus Heiser --- .github/workflows/integration.yml | 10 +++++----- .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