Skip to content

Commit a24923e

Browse files
fix(deps): update dependency @actions/glob to ^0.6.0 (#29)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@actions/glob](https://redirect.github.com/actions/toolkit/tree/main/packages/glob) ([source](https://redirect.github.com/actions/toolkit/tree/HEAD/packages/glob)) | [`^0.5.1` → `^0.6.0`](https://renovatebot.com/diffs/npm/@actions%2fglob/0.5.1/0.6.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@actions%2fglob/0.6.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@actions%2fglob/0.5.1/0.6.1?slim=true) | --- ### Release Notes <details> <summary>actions/toolkit (@&#8203;actions/glob)</summary> ### [`v0.6.1`](https://redirect.github.com/actions/toolkit/blob/HEAD/packages/glob/RELEASES.md#061) - Fix a bad import for `minimatch` ### [`v0.6.0`](https://redirect.github.com/actions/toolkit/blob/HEAD/packages/glob/RELEASES.md#060) - **Breaking change**: Package is now ESM-only - CommonJS consumers must use dynamic `import()` instead of `require()` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/voidzero-dev/setup-vp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 464ce5e commit a24923e

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@actions/cache": "^4.1.0",
1717
"@actions/core": "^1.11.1",
1818
"@actions/exec": "^1.1.1",
19-
"@actions/glob": "^0.5.1",
19+
"@actions/glob": "^0.6.0",
2020
"yaml": "^2.8.2",
2121
"zod": "^3.25.76"
2222
},

pnpm-lock.yaml

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)