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') }}