Skip to content

Commit 3bf4c1d

Browse files
fix(deps): update dependency @actions/cache to ^4.1.0 (#290)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9cd31ef commit 3bf4c1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Freckle",
1818
"license": "MIT",
1919
"dependencies": {
20-
"@actions/cache": "^4.0.3",
20+
"@actions/cache": "^4.1.0",
2121
"@actions/core": "^1.11.1",
2222
"@actions/exec": "^1.1.0",
2323
"@actions/glob": "^0.5.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@actions/cache@^4.0.3":
5+
"@actions/cache@^4.1.0":
66
version "4.1.0"
77
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-4.1.0.tgz#a6be2989959ec3ba7f9defd7f58e5f00665c66f1"
88
integrity sha512-z3Opg+P4Y7baq+g1dODXgdtsvPLSewr3ZKpp3U0HQR1A/vWCoJFS52XSezjdngo4SIOdR5oHtyK3a3Arar+X9A==

0 commit comments

Comments
 (0)