Skip to content

Commit 165f244

Browse files
authored
Merge pull request #15 from satackey/dependabot/npm_and_yarn/actions/cache-1.0.2
Bump @actions/cache from 1.0.1 to 1.0.2
2 parents 0007437 + a891d97 commit 165f244

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.1",
9+
"@actions/cache": "^1.0.2",
1010
"@actions/core": "^1.2.4",
1111
"actions-exec-listener": "^0.0.2",
1212
"crypto": "^1.0.1",

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.1":
6-
version "1.0.1"
7-
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-1.0.1.tgz#f32be88cefe2f1501cdcb3bf7dd81c59b77b21f2"
8-
integrity sha512-QyMKGZTVB6bRBIMNEoW74LeqYtbY7cSaWNvaT1uqhzjredaW+vNFxv9XF/cyipzwZBVZgizOF2zpdVYnP0UVYg==
5+
"@actions/cache@^1.0.2":
6+
version "1.0.2"
7+
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-1.0.2.tgz#a223dcc752c7f988016d28ee7232f930f85cec61"
8+
integrity sha512-CzAseaJ4cKmOI58EIWUb/LfeYdM7Y25s39OEMtWAhEPrPPzrbSEjGHCLaYjJ0V8C4iojo8vBYh5B3OIJ37EiJw==
99
dependencies:
1010
"@actions/core" "^1.2.4"
1111
"@actions/exec" "^1.0.1"

0 commit comments

Comments
 (0)