Skip to content

Commit

Permalink
fix(deps): bump actions/cache from 3.0.1 to 3.0.2 (#71)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2.
- [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.2)

---
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>
  • Loading branch information
dependabot[bot] authored Apr 12, 2022
1 parent 3ee4f13 commit 0c5d9d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 14.x
- name: Cache Node files
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
cache-name: cache-node-modules
with:
Expand All @@ -45,7 +45,7 @@ jobs:
with:
node-version: 14.x
- name: Cache Node files
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 0c5d9d8

Please sign in to comment.