From 620f12e164521edd6f1bc24906391f9f47efce2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:31:36 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .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 21092e10..aa410c1e 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@v5 + uses: actions/cache@v6 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 7d5ceb6b..1071db0c 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@v5 + uses: actions/cache@v6 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}