Skip to content

Commit 15b7076

Browse files
chore: bump actions/cache from 3.0.1 to 3.0.5 (square#105)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.1...v3.0.5) --- 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 4c00b22 commit 15b7076

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
@@ -25,7 +25,7 @@ jobs:
2525
echo "::set-output name=dir::$(npm config get cache)"
2626
2727
- name: Cache dependencies
28-
uses: actions/[email protected].1
28+
uses: actions/[email protected].5
2929
with:
3030
path: ${{ steps.npm-cache.outputs.dir}}
3131
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)