Skip to content

Commit

Permalink
fix(deps): bump @actions/cache from 4.0.1 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 4.0.1 to 4.0.2.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache)

---
updated-dependencies:
- dependency-name: "@actions/cache"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and freckle-automation-app[bot] committed Feb 27, 2025
1 parent 3371768 commit 086ed81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Freckle",
"license": "MIT",
"dependencies": {
"@actions/cache": "^4.0.1",
"@actions/cache": "^4.0.2",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.0",
"@actions/glob": "^0.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@actions/cache@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-4.0.1.tgz#f6417a1af8c6898a2485c3354f23e80c7e105f99"
integrity sha512-u2NrTo95PDmk145wrr+fMhrvpF0hfPmD6cLkR7NozvNHqanR0BmRHBzEe1yiGZFFEHbu6/e6EOEX7qoM7fWVTA==
"@actions/cache@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-4.0.2.tgz#50d271950d5b42947af8d6de0020d393d518ba7e"
integrity sha512-cBr7JL1q+JKjbBd3w3SZN5OQ1Xg+/D8QLMcE7MpgpghZlL4biBO0ZEeraoTxCZyfN0YY0dxXlLgsgGv/sT5BTg==
dependencies:
"@actions/core" "^1.11.1"
"@actions/exec" "^1.0.1"
Expand Down

0 comments on commit 086ed81

Please sign in to comment.