Skip to content

Commit 622d673

Browse files
fix(deps): update dependency @actions/glob to ^0.6.1
1 parent aab551a commit 622d673

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@actions/cache": "^6.0.0",
2424
"@actions/core": "^2.0.3",
2525
"@actions/exec": "^2.0.0",
26-
"@actions/glob": "^0.5.1",
26+
"@actions/glob": "^0.6.1",
2727
"md5-file": "^5.0.0",
2828
"yaml": "^2.8.2"
2929
},

yarn.lock

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@
4747
dependencies:
4848
"@actions/io" "^3.0.2"
4949

50-
"@actions/glob@^0.5.1":
51-
version "0.5.1"
52-
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.5.1.tgz#606d8aa6b9bd5205e50e79c3da33709d65307cb6"
53-
integrity sha512-+dv/t2aKQdKp9WWSp+1yIXVJzH5Q38M0Mta26pzIbeec14EcIleMB7UU6N7sNgbEuYfyuVGpE5pOKjl6j1WXkA==
54-
dependencies:
55-
"@actions/core" "^2.0.3"
56-
minimatch "^3.0.4"
57-
5850
"@actions/glob@^0.6.1":
5951
version "0.6.1"
6052
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.6.1.tgz#4820bfd86175dd98cd63d3d557e47bb09a21c7d0"

0 commit comments

Comments
 (0)