Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit a8209fa

Browse files
Bump actions/cache from 2.1.7 to 3.2.5
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 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@v2.1.7...v3.2.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b929c98 commit a8209fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Checkout code
1616
uses: actions/[email protected]
17-
- uses: actions/cache@v2.1.7
17+
- uses: actions/cache@v3.2.5
1818
with:
1919
path: ~/.npm
2020
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)