Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 5bf76df

Browse files
Bump actions/cache from 3.0.3 to 3.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 695895c commit 5bf76df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
node-version: ${{ matrix.vars.node }}
5353
- name: Cache PNPM store
54-
uses: actions/cache@v3.0.3
54+
uses: actions/cache@v3.0.4
5555
with:
5656
path: ~/.pnpm-store/v3
5757
key: pnpm5-${{ matrix.vars.id }}-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)