Skip to content

Commit 963e8ce

Browse files
chore(deps): bump actions/cache from 5 to 6 in the actions group
Bumps the actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 081b5e1 commit 963e8ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/translate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175

176176
- name: Cache argos language packs
177177
if: steps.check.outputs.should_translate == 'true' && steps.backend.outputs.backend == 'argos'
178-
uses: actions/cache@v5
178+
uses: actions/cache@v6
179179
with:
180180
path: ~/.local/share/argos-translate
181181
key: argos-v1-${{ runner.os }}-${{ hashFiles('.github/scripts/translate_readme.py') }}

0 commit comments

Comments
 (0)