We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 081b5e1 + 963e8ce commit 8cdcc15Copy full SHA for 8cdcc15
1 file changed
.github/workflows/translate.yml
@@ -175,7 +175,7 @@ jobs:
175
176
- name: Cache argos language packs
177
if: steps.check.outputs.should_translate == 'true' && steps.backend.outputs.backend == 'argos'
178
- uses: actions/cache@v5
+ uses: actions/cache@v6
179
with:
180
path: ~/.local/share/argos-translate
181
key: argos-v1-${{ runner.os }}-${{ hashFiles('.github/scripts/translate_readme.py') }}
0 commit comments