From f8a9248199e79aacf23af1f6afca23092503045c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 09:51:47 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/update-l10n-sources.yml | 2 +- .github/workflows/update-l10n.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-l10n-sources.yml b/.github/workflows/update-l10n-sources.yml index 93433046..8cc2d96f 100644 --- a/.github/workflows/update-l10n-sources.yml +++ b/.github/workflows/update-l10n-sources.yml @@ -19,7 +19,7 @@ jobs: python-version: "3.13" - name: Restore pip cache 💾 - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} diff --git a/.github/workflows/update-l10n.yml b/.github/workflows/update-l10n.yml index ecb8562d..1b447db5 100644 --- a/.github/workflows/update-l10n.yml +++ b/.github/workflows/update-l10n.yml @@ -19,7 +19,7 @@ jobs: python-version: "3.13" - name: Restore pip cache 💾 - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}