Skip to content

Commit 8316db5

Browse files
authored
Merge pull request #107 from satackey/dependabot/npm_and_yarn/actions/cache-1.0.6
Bump @actions/cache from 1.0.5 to 1.0.6
2 parents 02a9619 + 5114028 commit 8316db5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "satackey <21271711+satackey@users.noreply.github.com>",
77
"license": "MIT",
88
"dependencies": {
9-
"@actions/cache": "^1.0.5",
9+
"@actions/cache": "^1.0.6",
1010
"@actions/core": "^1.2.6",
1111
"@actions/exec": "^1.0.4",
1212
"@types/recursive-readdir": "^2.2.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@^1.0.5":
6-
version "1.0.5"
7-
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-1.0.5.tgz#ba98725d38611b5426fc57a2f00bd8b0d9202f36"
8-
integrity sha512-TcvJOduwsPP27KLmIa5cqXsQYFK2GzILcEpnhvYmhGwi1aYx9XwhKmp6Im8X6DJMBxbvupKPsOntG6f6sSkIPA==
5+
"@actions/cache@^1.0.6":
6+
version "1.0.6"
7+
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-1.0.6.tgz#96000547577d4b915188e1c8e68e431e52c86ffc"
8+
integrity sha512-c8CSJS6uCatX07VHazgvL4XPMpTdawOyyD+OCThRE0v486lqThYa4tayRqTyl6FSyD5LclQyB8/FQlZ5cxTNJA==
99
dependencies:
1010
"@actions/core" "^1.2.6"
1111
"@actions/exec" "^1.0.1"

0 commit comments

Comments
 (0)