Skip to content

Commit 86fabe4

Browse files
fix(deps): update dependency @actions/cache to v3.3.0 (#830)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 92b3ac6 commit 86fabe4

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "yarn tsc && GITHUB_REPOSITORY='reside-eng/workflow-status-notification-action' jest"
1919
},
2020
"dependencies": {
21-
"@actions/cache": "3.2.4",
21+
"@actions/cache": "3.3.0",
2222
"@actions/core": "1.11.1",
2323
"@actions/exec": "1.1.1",
2424
"@actions/github": "6.0.0",

yarn.lock

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ __metadata:
55
version: 8
66
cacheKey: 10
77

8-
"@actions/cache@npm:3.2.4":
9-
version: 3.2.4
10-
resolution: "@actions/cache@npm:3.2.4"
8+
"@actions/cache@npm:3.3.0":
9+
version: 3.3.0
10+
resolution: "@actions/cache@npm:3.3.0"
1111
dependencies:
12-
"@actions/core": "npm:^1.10.0"
12+
"@actions/core": "npm:^1.11.1"
1313
"@actions/exec": "npm:^1.0.1"
1414
"@actions/glob": "npm:^0.1.0"
1515
"@actions/http-client": "npm:^2.1.1"
@@ -18,12 +18,11 @@ __metadata:
1818
"@azure/ms-rest-js": "npm:^2.6.0"
1919
"@azure/storage-blob": "npm:^12.13.0"
2020
semver: "npm:^6.3.1"
21-
uuid: "npm:^3.3.3"
22-
checksum: 10/f315f011c392d64684009faf2ac22350b79f3f5b2e48d783f4ff1b55a7c830f6f49d7d303fee7fa99641feed08fc61ef98aadac939e4881b51dccc90e651a9af
21+
checksum: 10/b3e31b9204ee690187b4cfbcf98e85b12ed0f769f2dc824d0122c0ff1f37f7bb847a07f9437db3496d459bde99d26d5383789b76236ca10a11e39cc4e7f23f2d
2322
languageName: node
2423
linkType: hard
2524

26-
"@actions/core@npm:1.11.1, @actions/core@npm:^1.10.0, @actions/core@npm:^1.2.6":
25+
"@actions/core@npm:1.11.1, @actions/core@npm:^1.11.1, @actions/core@npm:^1.2.6":
2726
version: 1.11.1
2827
resolution: "@actions/core@npm:1.11.1"
2928
dependencies:
@@ -1640,7 +1639,7 @@ __metadata:
16401639
version: 0.0.0-use.local
16411640
resolution: "@side/workflow-status-notification-action@workspace:."
16421641
dependencies:
1643-
"@actions/cache": "npm:3.2.4"
1642+
"@actions/cache": "npm:3.3.0"
16441643
"@actions/core": "npm:1.11.1"
16451644
"@actions/exec": "npm:1.1.1"
16461645
"@actions/github": "npm:6.0.0"
@@ -7630,15 +7629,6 @@ __metadata:
76307629
languageName: node
76317630
linkType: hard
76327631

7633-
"uuid@npm:^3.3.3":
7634-
version: 3.4.0
7635-
resolution: "uuid@npm:3.4.0"
7636-
bin:
7637-
uuid: ./bin/uuid
7638-
checksum: 10/4f2b86432b04cc7c73a0dd1bcf11f1fc18349d65d2e4e32dd0fc658909329a1e0cc9244aa93f34c0cccfdd5ae1af60a149251a5f420ec3ac4223a3dab198fb2e
7639-
languageName: node
7640-
linkType: hard
7641-
76427632
"uuid@npm:^8.3.2":
76437633
version: 8.3.2
76447634
resolution: "uuid@npm:8.3.2"

0 commit comments

Comments
 (0)