Skip to content

Commit ba2d659

Browse files
authored
Merge pull request #326 from ocaml/dependabot/npm_and_yarn/actions/cache-1.0.8
Bump @actions/cache from 1.0.7 to 1.0.8
2 parents 25cc4e6 + 84a077a commit ba2d659

File tree

5 files changed

+63
-37
lines changed

5 files changed

+63
-37
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to
88

99
## [unreleased]
1010

11+
### Changed
12+
13+
- Increase the allowed artifact cache size from 5GB to 10GB.
14+
1115
## [2.0.0-beta8]
1216

1317
### Changed

dist/index.js

+27-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.js

+27-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "npm-run-all -p build:*"
1212
},
1313
"dependencies": {
14-
"@actions/cache": "1.0.7",
14+
"@actions/cache": "1.0.8",
1515
"@actions/core": "1.6.0",
1616
"@actions/exec": "1.1.0",
1717
"@actions/github": "5.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@actions/cache@1.0.7":
6-
version "1.0.7"
7-
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-1.0.7.tgz#d80b0f5ac1e1ad48a5e77c39685100bd49b56b1c"
8-
integrity sha512-MY69kxuubqUFq84pFlu8m6Poxl5sR/xyhpC4JEvno7Yg9ASYdGizEmKgt0m8ovewpYKf15UAOcSC0hzS+DuosA==
5+
"@actions/cache@1.0.8":
6+
version "1.0.8"
7+
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-1.0.8.tgz#426ad3a2127b35a4e21ad906e02202dc8b96663f"
8+
integrity sha512-GWNNB67w93HGJRQXlsV56YqrdAuDoP3esK/mo5mzU8WoDCVjtQgJGsTdkYUX7brswtT7xnI30bWNo1WLKQ8FZQ==
99
dependencies:
1010
"@actions/core" "^1.2.6"
1111
"@actions/exec" "^1.0.1"

0 commit comments

Comments
 (0)