mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 10:22:55 +08:00
Update @actions/glob to 0.1.2 (#818)
This commit is contained in:
parent
9ac66375a0
commit
6e33c78c3d
@ -1,9 +1,13 @@
|
|||||||
# @actions/glob Releases
|
# @actions/glob Releases
|
||||||
|
|
||||||
### 0.1.0
|
### 0.1.2
|
||||||
|
|
||||||
- Initial release
|
- [Fix bug where files were matched incorrectly](https://github.com/actions/toolkit/pull/805)
|
||||||
|
|
||||||
### 0.1.1
|
### 0.1.1
|
||||||
|
|
||||||
- Update @actions/core version
|
- Update @actions/core version
|
||||||
|
### 0.1.0
|
||||||
|
|
||||||
|
- Initial release
|
||||||
|
|
||||||
|
|||||||
2
packages/glob/package-lock.json
generated
2
packages/glob/package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@actions/glob",
|
"name": "@actions/glob",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@actions/glob",
|
"name": "@actions/glob",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"description": "Actions glob lib",
|
"description": "Actions glob lib",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user