From 7927baf545013b829611834c20042c7b17e18ca0 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 24 Nov 2024 13:56:56 +0100 Subject: [upd] github CI: actions/cache@v3 to actions/cache@v4 Signed-off-by: Markus Heiser --- .github/workflows/translations-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/translations-update.yml') 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 -- cgit v1.2.3