summaryrefslogtreecommitdiff
path: root/.github/workflows/l10n.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/l10n.yml')
-rw-r--r--.github/workflows/l10n.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml
index 9890cc643..958eac33d 100644
--- a/.github/workflows/l10n.yml
+++ b/.github/workflows/l10n.yml
@@ -46,7 +46,7 @@ jobs:
fetch-depth: "0"
- name: Setup cache Python
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}"
restore-keys: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-"
@@ -93,7 +93,7 @@ jobs:
fetch-depth: "0"
- name: Setup cache Python
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}"
restore-keys: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-"