Merge pull request #880 from marocchino/dependabot/npm_and_yarn/actions/glob-0.4.0

build(deps): Bump @actions/glob from 0.3.0 to 0.4.0
This commit is contained in:
marocchino 2023-01-27 11:43:55 +09:00 committed by GitHub
commit ad135afba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -28,7 +28,7 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@actions/glob": "^0.3.0",
"@actions/glob": "^0.4.0",
"@octokit/graphql-schema": "^12.41.1"
},
"devDependencies": {

View file

@ -2,7 +2,7 @@
# yarn lockfile v1
"@actions/core@^1.10.0", "@actions/core@^1.2.6":
"@actions/core@^1.10.0", "@actions/core@^1.9.1":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f"
integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==
@ -20,12 +20,12 @@
"@octokit/plugin-paginate-rest" "^2.17.0"
"@octokit/plugin-rest-endpoint-methods" "^5.13.0"
"@actions/glob@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.3.0.tgz#beb5282a8cd936baadbe99fbb1ccd5eaf2d1fc28"
integrity sha512-tJP1ZhF87fd6LBnaXWlahkyvdgvsLl7WnreW1EZaC8JWjpMXmzqWzQVe/IEYslrkT9ymibVrKyJN4UMD7uQM2w==
"@actions/glob@^0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.4.0.tgz#b169b1c1c72f41e5df7b3d9349539c88fa68403c"
integrity sha512-+eKIGFhsFa4EBwaf/GMyzCdWrXWymGXfFmZU3FHQvYS8mPcHtTtZONbkcqqUMzw9mJ/pImEBFET1JNifhqGsAQ==
dependencies:
"@actions/core" "^1.2.6"
"@actions/core" "^1.9.1"
minimatch "^3.0.4"
"@actions/http-client@^2.0.1":