Skip to content

Commit

Permalink
Update @actions/core in remaining toolkit packages (#636)
Browse files Browse the repository at this point in the history
* Update to latest @actions/core version

* Bump release notes for new versions

* Add correct pr #
  • Loading branch information
thboop committed Nov 13, 2020
1 parent e7eb2c7 commit 2bf7365
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 15 deletions.
5 changes: 5 additions & 0 deletions packages/artifact/RELEASES.md
Expand Up @@ -41,3 +41,8 @@
### 0.4.0

- Add option to specify custom retentions on artifacts

### 0.4.1

- Update to latest @actions/core version

8 changes: 4 additions & 4 deletions packages/artifact/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/artifact/package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/artifact",
"version": "0.4.0",
"version": "0.4.1",
"preview": true,
"description": "Actions artifact lib",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.2.1",
"@actions/core": "^1.2.6",
"@actions/http-client": "^1.0.7",
"@types/tmp": "^0.1.0",
"tmp": "^0.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/glob/RELEASES.md
Expand Up @@ -3,3 +3,7 @@
### 0.1.0

- Initial release

### 0.1.1

- Update @actions/core version
7 changes: 6 additions & 1 deletion packages/glob/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/glob/package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/glob",
"version": "0.1.0",
"version": "0.1.1",
"preview": true,
"description": "Actions glob lib",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/core": "^1.2.6",
"minimatch": "^3.0.4"
}
}
3 changes: 3 additions & 0 deletions packages/tool-cache/RELEASES.md
@@ -1,5 +1,8 @@
# @actions/tool-cache Releases

### 1.6.1
- [Update @actions/core version](https://github.com/actions/toolkit/pull/636)

### 1.6.0
- [Add extractXar function to extract XAR files](https://github.com/actions/toolkit/pull/207)

Expand Down
8 changes: 4 additions & 4 deletions packages/tool-cache/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/tool-cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/tool-cache",
"version": "1.6.0",
"version": "1.6.1",
"description": "Actions tool-cache lib",
"keywords": [
"github",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.0",
"@actions/http-client": "^1.0.8",
"@actions/io": "^1.0.1",
Expand Down

0 comments on commit 2bf7365

Please sign in to comment.