Bump @actions/glob version to 0.5.1

This commit is contained in:
Daniel Kennedy
2026-01-27 14:15:50 -05:00
parent e8e0ce7ad8
commit ecdfc18bf2
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,5 +1,9 @@
# @actions/glob Releases
### 0.5.1
- Bump `@actions/core` to `2.0.3`
### 0.5.0
- Added `excludeHiddenFiles` option, which is disabled by default to preserve existing behavior [#1791: Add glob option to ignore hidden files](https://github.com/actions/toolkit/pull/1791)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@actions/glob",
"version": "0.5.0",
"version": "0.5.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@actions/glob",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"dependencies": {
"@actions/core": "^2.0.3",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/glob",
"version": "0.5.0",
"version": "0.5.1",
"preview": true,
"description": "Actions glob lib",
"keywords": [