Skip to content

Commit c8b90ed

Browse files
authored
Merge pull request #60 from satackey/dependabot/npm_and_yarn/actions/cache-1.0.3
Bump @actions/cache from 1.0.2 to 1.0.3
2 parents 3cf39ac + f14aba1 commit c8b90ed

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.2",
9+
"@actions/cache": "^1.0.3",
1010
"@actions/core": "^1.2.6",
1111
"@actions/exec": "^1.0.4",
1212
"@types/recursive-readdir": "^2.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# yarn lockfile v1
33

44

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==
5+
"@actions/cache@^1.0.3":
6+
version "1.0.3"
7+
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-1.0.3.tgz#fc30090bc64abd8a0e3d6694245984a8354e6891"
8+
integrity sha512-2DcdMrqbfj5LcsEYIh6ACgjb0bNMeMPP7y1a+bf/Sk0MFfkkrYRNFihkXRV6v0TNkNo0b5X38xmUguRZ5ZPLbw==
99
dependencies:
1010
"@actions/core" "^1.2.4"
1111
"@actions/exec" "^1.0.1"
1212
"@actions/glob" "^0.1.0"
13-
"@actions/http-client" "^1.0.8"
13+
"@actions/http-client" "^1.0.9"
1414
"@actions/io" "^1.0.1"
1515
"@azure/ms-rest-js" "^2.0.7"
1616
"@azure/storage-blob" "^12.1.2"
@@ -37,10 +37,10 @@
3737
"@actions/core" "^1.2.0"
3838
minimatch "^3.0.4"
3939

40-
"@actions/http-client@^1.0.8":
41-
version "1.0.8"
42-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.8.tgz#8bd76e8eca89dc8bcf619aa128eba85f7a39af45"
43-
integrity sha512-G4JjJ6f9Hb3Zvejj+ewLLKLf99ZC+9v+yCxoYf9vSyH+WkzPLB2LuUtRMGNkooMqdugGBFStIKXOuvH1W+EctA==
40+
"@actions/http-client@^1.0.9":
41+
version "1.0.9"
42+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.9.tgz#af1947d020043dbc6a3b4c5918892095c30ffb52"
43+
integrity sha512-0O4SsJ7q+MK0ycvXPl2e6bMXV7dxAXOGjrXS1eTF9s2S401Tp6c/P3c3Joz04QefC1J6Gt942Wl2jbm3f4mLcg==
4444
dependencies:
4545
tunnel "0.0.6"
4646

0 commit comments

Comments
 (0)