Skip to content

Commit a78b87d

Browse files
Bump @actions/cache from 1.0.3 to 1.0.4
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9bcffc commit a78b87d

File tree

2 files changed

+7
-7
lines changed

2 files changed

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

yarn.lock

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

44

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==
5+
"@actions/cache@^1.0.4":
6+
version "1.0.4"
7+
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-1.0.4.tgz#8a867be9bdbd625dbf03bc72c082bf123a29b03a"
8+
integrity sha512-1grYfbu8P6JDDHc40eOI5tQDRcAxMwq5HBWhaCqEg9o/ixDRZfwPHlQvQAop2ZzFCjF2ns0ENQOIBAH8GNn+zA==
99
dependencies:
10-
"@actions/core" "^1.2.4"
10+
"@actions/core" "^1.2.6"
1111
"@actions/exec" "^1.0.1"
1212
"@actions/glob" "^0.1.0"
1313
"@actions/http-client" "^1.0.9"
@@ -17,7 +17,7 @@
1717
semver "^6.1.0"
1818
uuid "^3.3.3"
1919

20-
"@actions/core@^1.2.0", "@actions/core@^1.2.4", "@actions/core@^1.2.6":
20+
"@actions/core@^1.2.0", "@actions/core@^1.2.6":
2121
version "1.2.6"
2222
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09"
2323
integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==

0 commit comments

Comments
 (0)