Bump @actions/glob to v0.3.0

This commit is contained in:
Daz DeBoer 2022-04-19 16:36:26 -06:00
parent 5298cab81e
commit b147a594b1
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
6 changed files with 12 additions and 12 deletions

2
dist/main/index.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/post/index.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14
package-lock.json generated
View file

@ -14,7 +14,7 @@
"@actions/core": "1.6.0", "@actions/core": "1.6.0",
"@actions/exec": "1.1.1", "@actions/exec": "1.1.1",
"@actions/github": "5.0.1", "@actions/github": "5.0.1",
"@actions/glob": "0.2.1", "@actions/glob": "0.3.0",
"@actions/http-client": "1.0.11", "@actions/http-client": "1.0.11",
"@actions/tool-cache": "1.7.2", "@actions/tool-cache": "1.7.2",
"string-argv": "0.3.1" "string-argv": "0.3.1"
@ -90,9 +90,9 @@
} }
}, },
"node_modules/@actions/glob": { "node_modules/@actions/glob": {
"version": "0.2.1", "version": "0.3.0",
"resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.2.1.tgz", "resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.3.0.tgz",
"integrity": "sha512-OqseGbxR8vVikg6rfdKST21GX3QYGq2Nz7/gX3UxZb2Mw1ujJ2S3U5CsYUvYHwxbYguU+HNhfE3930oo5nprXQ==", "integrity": "sha512-tJP1ZhF87fd6LBnaXWlahkyvdgvsLl7WnreW1EZaC8JWjpMXmzqWzQVe/IEYslrkT9ymibVrKyJN4UMD7uQM2w==",
"dependencies": { "dependencies": {
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"minimatch": "^3.0.4" "minimatch": "^3.0.4"
@ -7146,9 +7146,9 @@
} }
}, },
"@actions/glob": { "@actions/glob": {
"version": "0.2.1", "version": "0.3.0",
"resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.2.1.tgz", "resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.3.0.tgz",
"integrity": "sha512-OqseGbxR8vVikg6rfdKST21GX3QYGq2Nz7/gX3UxZb2Mw1ujJ2S3U5CsYUvYHwxbYguU+HNhfE3930oo5nprXQ==", "integrity": "sha512-tJP1ZhF87fd6LBnaXWlahkyvdgvsLl7WnreW1EZaC8JWjpMXmzqWzQVe/IEYslrkT9ymibVrKyJN4UMD7uQM2w==",
"requires": { "requires": {
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"minimatch": "^3.0.4" "minimatch": "^3.0.4"

View file

@ -28,7 +28,7 @@
"@actions/core": "1.6.0", "@actions/core": "1.6.0",
"@actions/exec": "1.1.1", "@actions/exec": "1.1.1",
"@actions/github": "5.0.1", "@actions/github": "5.0.1",
"@actions/glob": "0.2.1", "@actions/glob": "0.3.0",
"@actions/http-client": "1.0.11", "@actions/http-client": "1.0.11",
"@actions/tool-cache": "1.7.2", "@actions/tool-cache": "1.7.2",
"string-argv": "0.3.1" "string-argv": "0.3.1"