Skip to content

Commit 785e55e

Browse files
github-actions(deps): bump actions/cache from 3.2.2 to 3.2.5
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.2...v3.2.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 480867b commit 785e55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
key: ${{ env.key }}
3636

3737
- name: Cache extensions
38-
uses: actions/[email protected].2
38+
uses: actions/[email protected].5
3939
with:
4040
path: ${{ steps.extcache.outputs.dir }}
4141
key: ${{ steps.extcache.outputs.key }}

0 commit comments

Comments
 (0)