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

Commit

Permalink
fix(deps): update dependency @actions/cache to v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2023
1 parent 8bd2862 commit be32c9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"fmt": "prettier --config ./.prettierrc.json --write ."
},
"dependencies": {
"@actions/cache": "3.1.3",
"@actions/cache": "3.1.4",
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@actions/glob": "0.4.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ __metadata:
version: 6
cacheKey: 8

"@actions/cache@npm:3.1.3":
version: 3.1.3
resolution: "@actions/cache@npm:3.1.3"
"@actions/cache@npm:3.1.4":
version: 3.1.4
resolution: "@actions/cache@npm:3.1.4"
dependencies:
"@actions/core": ^1.10.0
"@actions/exec": ^1.0.1
Expand All @@ -19,7 +19,7 @@ __metadata:
"@azure/storage-blob": ^12.8.0
semver: ^6.1.0
uuid: ^3.3.3
checksum: 455b5208ac7397d404b33a5ac40acd9152ee84c94e486987a61e52f78403325bcb6e6f4c6ce1e1c1b1f8b6ee2e0c0abb4875e26b0d23bea590db759fd7661027
checksum: 6816cda7819a9dbd0cf69ac4f37ed287ce4c176ff5929b91046f626b1880e21557ed4fb45ae62b9812ae6e0a55205c9fbe598f28a2a69afdaa452151c244a44e
languageName: node
linkType: hard

Expand Down Expand Up @@ -343,7 +343,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@noel/node-pm-cache@workspace:."
dependencies:
"@actions/cache": 3.1.3
"@actions/cache": 3.1.4
"@actions/core": 1.10.0
"@actions/exec": 1.1.1
"@actions/glob": 0.4.0
Expand Down

0 comments on commit be32c9c

Please sign in to comment.