Skip to content

Commit 1b78dbf

Browse files
Bump actions/cache from 3.2.3 to 3.2.5 (#62)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 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@58c146c...6998d13) --- 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 1dba7aa commit 1b78dbf

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@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
36+
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
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)