Add explicit dependency on @actions/glob

This commit is contained in:
Michael B. Gale 2024-07-22 14:10:19 +01:00
parent 1922a489a8
commit 19e7c25974
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
51 changed files with 1611 additions and 13 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@actions/glob",
"version": "0.1.2",
"version": "0.4.0",
"preview": true,
"description": "Actions glob lib",
"keywords": [
@ -37,7 +37,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.9.1",
"minimatch": "^3.0.4"
}
}