Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit be32c9c

Browse files
fix(deps): update dependency @actions/cache to v3.1.4
1 parent 8bd2862 commit be32c9c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"fmt": "prettier --config ./.prettierrc.json --write ."
1616
},
1717
"dependencies": {
18-
"@actions/cache": "3.1.3",
18+
"@actions/cache": "3.1.4",
1919
"@actions/core": "1.10.0",
2020
"@actions/exec": "1.1.1",
2121
"@actions/glob": "0.4.0",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ __metadata:
55
version: 6
66
cacheKey: 8
77

8-
"@actions/cache@npm:3.1.3":
9-
version: 3.1.3
10-
resolution: "@actions/cache@npm:3.1.3"
8+
"@actions/cache@npm:3.1.4":
9+
version: 3.1.4
10+
resolution: "@actions/cache@npm:3.1.4"
1111
dependencies:
1212
"@actions/core": ^1.10.0
1313
"@actions/exec": ^1.0.1
@@ -19,7 +19,7 @@ __metadata:
1919
"@azure/storage-blob": ^12.8.0
2020
semver: ^6.1.0
2121
uuid: ^3.3.3
22-
checksum: 455b5208ac7397d404b33a5ac40acd9152ee84c94e486987a61e52f78403325bcb6e6f4c6ce1e1c1b1f8b6ee2e0c0abb4875e26b0d23bea590db759fd7661027
22+
checksum: 6816cda7819a9dbd0cf69ac4f37ed287ce4c176ff5929b91046f626b1880e21557ed4fb45ae62b9812ae6e0a55205c9fbe598f28a2a69afdaa452151c244a44e
2323
languageName: node
2424
linkType: hard
2525

@@ -343,7 +343,7 @@ __metadata:
343343
version: 0.0.0-use.local
344344
resolution: "@noel/node-pm-cache@workspace:."
345345
dependencies:
346-
"@actions/cache": 3.1.3
346+
"@actions/cache": 3.1.4
347347
"@actions/core": 1.10.0
348348
"@actions/exec": 1.1.1
349349
"@actions/glob": 0.4.0

0 commit comments

Comments
 (0)