diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-04-17 14:23:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-17 14:23:38 +0200 |
| commit | aad1ab5e5678794db38fb687c2b6d91d6a2160b5 (patch) | |
| tree | 70382e94b5392f9437d8664f7f69ae33d38264cf /.github/workflows/data-update.yml | |
| parent | 8579974f5eaaa3ae9b593312bd0699dc989ace5b (diff) | |
[upd] github-actions: Bump actions/cache from 5.0.4 to 5.0.5 (#5985)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/668228422ae6a00e4ad889ee87cd7109ec5666a7...27d5ce7f107fe9357f9df03efb73ab90386fccae)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/data-update.yml')
| -rw-r--r-- | .github/workflows/data-update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index 31619a46e..9d24afcb1 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -51,7 +51,7 @@ jobs: persist-credentials: "false" - name: Setup cache Python - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}" restore-keys: | |
