Skip to content

Commit 0168d43

Browse files
Bump actions/cache from 3.2.5 to 3.2.6 (#67)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6998d13...69d9d44) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0e89f3 commit 0168d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: v${{ steps.get-runs-using-version.outputs.version }}
3434
- name: Cache Node Packages
3535
id: node-cache
36-
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
36+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
3737
with:
3838
path: ~/.npm
3939
key: node-cache-${{ steps.get-runs-using-version.outputs.prop }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)