Skip to content

Commit 7e15a82

Browse files
fix(deps): update dependency @actions/cache to ^5.2.0 (#410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae92acf commit 7e15a82

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "Freckle",
1919
"license": "MIT",
2020
"dependencies": {
21-
"@actions/cache": "^5.1.0",
21+
"@actions/cache": "^5.2.0",
2222
"@actions/core": "^3.0.1",
2323
"@actions/exec": "^3.0.0",
2424
"@actions/glob": "^0.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@actions/cache@^5.1.0":
6-
version "5.1.0"
7-
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-5.1.0.tgz#737edc8ff72d7531f5ebb5e7d8c0c84a251b1973"
8-
integrity sha512-kTIj4YPrjjRPKSGlj7f8eq+Pijoy/SKBEbJcAwNsQTFGEF29NGqj1mqD02/PmhV6r4bRAixycexAWpmUJ2aCwg==
5+
"@actions/cache@^5.2.0":
6+
version "5.2.0"
7+
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-5.2.0.tgz#90c733b5ac25ea79a41b880d1332d849346842f3"
8+
integrity sha512-1R1Oc8cuDNCygsIP7gLiKLGCymOw/k5FkGQkXZFcLz6/RWyMImkfP0dZX6kjA9SRAmANcKNocI2XrsIaZ1it8w==
99
dependencies:
1010
"@actions/core" "^2.0.0"
1111
"@actions/exec" "^2.0.0"

0 commit comments

Comments
 (0)