Skip to content

Commit 244a6c1

Browse files
Bump actions/cache in the github-actions-workflows group
Bumps the github-actions-workflows group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.3.0 to 5.0.1 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-workflows ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc200ee commit 244a6c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 1
4444

4545
- name: Setup caches
46-
uses: actions/cache@v4.3.0
46+
uses: actions/cache@v5.0.1
4747
with:
4848
path: |
4949
~/.cache/pip

0 commit comments

Comments
 (0)