Skip to content

Commit 2d35bb8

Browse files
dependabot[bot]andersonshatch
authored andcommitted
Bump actions/cache from 5.0.1 to 5.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef638ee commit 2d35bb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: pip install -r requirements-dev.txt
3434
- name: Restore pre-commit environment from cache
3535
id: cache-precommit
36-
uses: actions/cache@v5.0.1
36+
uses: actions/cache@v5.0.2
3737
with:
3838
path: ${{ env.PRE_COMMIT_CACHE }}
3939
key: >-

0 commit comments

Comments
 (0)