Skip to content

Commit 11e2dd1

Browse files
fix(deps): update dependency @actions/cache to ^5.0.3 (#333)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa9008f commit 11e2dd1

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
@@ -17,7 +17,7 @@
1717
"author": "Freckle",
1818
"license": "MIT",
1919
"dependencies": {
20-
"@actions/cache": "^5.0.2",
20+
"@actions/cache": "^5.0.3",
2121
"@actions/core": "^2.0.2",
2222
"@actions/exec": "^2.0.0",
2323
"@actions/glob": "^0.5.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.0.2":
6-
version "5.0.2"
7-
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-5.0.2.tgz#3bdb72106c37c1e6ae67306a34b71ac80980eb7f"
8-
integrity sha512-6w3i9n12eWJyut6TOnh7SIxGmeIepB5wbXMvlPv9+6CjvTD4OYKi1Wjh7TQrjEf8xLb6hxsVCpPsL/1gxnlTtw==
5+
"@actions/cache@^5.0.3":
6+
version "5.0.3"
7+
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-5.0.3.tgz#1af13e3578b185c41b31a76ead7b3670434d7bfc"
8+
integrity sha512-9joY8Oup+nIpksSBlkuf9/mltnhWx3lydk1tA2PVnXaxFLIIrKqrWDN2CZXlJ+PEErcBARKYn4mHiUCTyMh4Vg==
99
dependencies:
1010
"@actions/core" "^2.0.0"
1111
"@actions/exec" "^2.0.0"

0 commit comments

Comments
 (0)