Skip to content

Commit

Permalink
Bump @actions/glob from 0.2.0 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) from 0.2.0 to 0.4.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob)

---
updated-dependencies:
- dependency-name: "@actions/glob"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 5d1ab4c commit 4c87da8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.2.0",
"@actions/glob": "^0.4.0",
"@actions/http-client": "^1.0.11",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^1.5.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
semver "^6.1.0"
uuid "^3.3.3"

"@actions/core@^1.10.0", "@actions/core@^1.2.6":
"@actions/core@^1.10.0", "@actions/core@^1.2.6", "@actions/core@^1.9.1":
version "1.10.1"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.1.tgz#61108e7ac40acae95ee36da074fa5850ca4ced8a"
dependencies:
Expand Down Expand Up @@ -50,11 +50,11 @@
"@actions/core" "^1.2.6"
minimatch "^3.0.4"

"@actions/glob@^0.2.0":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.2.1.tgz#763e9ba97244dba35609f5c9fc2bf46b9bc5f494"
"@actions/glob@^0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.4.0.tgz#b169b1c1c72f41e5df7b3d9349539c88fa68403c"
dependencies:
"@actions/core" "^1.2.6"
"@actions/core" "^1.9.1"
minimatch "^3.0.4"

"@actions/http-client@^1.0.11", "@actions/http-client@^1.0.8":
Expand Down

0 comments on commit 4c87da8

Please sign in to comment.