Skip to content

Commit 3f5ac7a

Browse files
Bump actions/cache from 3.3.1 to 3.3.2 (#113)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@88522ab...704facf) --- 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 9fd9ffd commit 3f5ac7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
36+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
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)