From 654c9a2371bb0fcbc02c26282adff86d28050dd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:40:34 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/translate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index 4ac3bed..78c418b 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -19,7 +19,7 @@ jobs: run: ./0install.sh run https://apps.0install.net/devel/transifex-cli.xml --token ${{secrets.TRANSIFEX_API_KEY}} pull --translations --mode translator --languages cs,el,es,fr,id,it,ja,ko,nl,pl,pt_PT,ro,ru,zh - name: DeepL Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: '**/*.a.resx' key: deepl