OpenLLM
OpenLLM copied to clipboard
chore(deps): bump the actions-dependencies group across 1 directory with 3 updates
Bumps the actions-dependencies group with 3 updates in the / directory: actions/upload-artifact, actions/download-artifact and softprops/action-gh-release.
Updates actions/upload-artifact from 4.6.2 to 5.0.0
Release notes
Sourced from actions/upload-artifact's releases.
v5.0.0
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.
- Update README.md by
@GhadimiRin actions/upload-artifact#681- Update README.md by
@nebuk89in actions/upload-artifact#712- Readme: spell out the first use of GHES by
@danwkennedyin actions/upload-artifact#727- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/upload-artifact#725- Bump
@actions/artifacttov4.0.0- Prepare
v5.0.0by@danwkennedyin actions/upload-artifact#734New Contributors
@GhadimiRmade their first contribution in actions/upload-artifact#681@nebuk89made their first contribution in actions/upload-artifact#712@danwkennedymade their first contribution in actions/upload-artifact#727@patrikpolyakmade their first contribution in actions/upload-artifact#725Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v5.0.0
Commits
330a01cMerge pull request #734 from actions/danwkennedy/prepare-5.0.003f2824Updategithub.dep.yml905a1ecPreparev5.0.02d9f9cdMerge pull request #725 from patrikpolyak/patch-19687587Merge branch 'main' into patch-12848b2cMerge pull request #727 from danwkennedy/patch-19b51177Spell out the first use of GHEScd231caUpdate GHES guidance to include reference to Node 20 versionde65e23Merge pull request #712 from actions/nebuk89-patch-18747d8cUpdate README.md- Additional commits viewable in compare view
Updates actions/download-artifact from 5.0.0 to 6.0.0
Release notes
Sourced from actions/download-artifact's releases.
v6.0.0
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.
- Update README for download-artifact v5 changes by
@yacaovsncin actions/download-artifact#417- Update README with artifact extraction details by
@yacaovsncin actions/download-artifact#424- Readme: spell out the first use of GHES by
@danwkennedyin actions/download-artifact#431- Bump
@actions/artifacttov4.0.0- Prepare
v6.0.0by@danwkennedyin actions/download-artifact#438New Contributors
@danwkennedymade their first contribution in actions/download-artifact#431Full Changelog: https://github.com/actions/download-artifact/compare/v5...v6.0.0
Commits
018cc2cMerge pull request #438 from actions/danwkennedy/prepare-6.0.0815651cRevert "Removegithub.dep.yml"bb3a066Removegithub.dep.ymlfa1ce46Preparev6.0.04a24838Merge pull request #431 from danwkennedy/patch-15e3251cReadme: spell out the first use of GHESabefc31Merge pull request #424 from actions/yacaovsnc/update_readmeac43a60Update README with artifact extraction detailsde96f46Merge pull request #417 from actions/yacaovsnc/update_readme7993cb4Remove migration guide for artifact download changes- Additional commits viewable in compare view
Updates softprops/action-gh-release from 2.3.3 to 2.4.1
Release notes
Sourced from softprops/action-gh-release's releases.
v2.4.1
What's Changed
Other Changes 🔄
- fix(util): support brace expansion globs containing commas in parseInputFiles by
@Copilotin softprops/action-gh-release#672- fix: gracefully fallback to body when body_path cannot be read by
@Copilotin softprops/action-gh-release#671Full Changelog: https://github.com/softprops/action-gh-release/compare/v2...v2.4.1
v2.4.0
What's Changed
Exciting New Features 🎉
- feat(action): respect working_directory for files globs by
@stephenwayin softprops/action-gh-release#667Other Changes 🔄
- chore(deps): bump the npm group with 2 updates by
@dependabot[bot] in softprops/action-gh-release#668Full Changelog: https://github.com/softprops/action-gh-release/compare/v2.3.4...v2.4.0
v2.3.4
What's Changed
Bug fixes 🐛
- fix(action): handle 422 already_exists race condition by
@stephenwayin softprops/action-gh-release#665Other Changes 🔄
- chore(deps): bump actions/setup-node from 4.4.0 to 5.0.0 in the github-actions group by
@dependabot[bot] in softprops/action-gh-release#656- chore(deps): bump
@types/nodefrom 20.19.11 to 20.19.13 in the npm group by@dependabot[bot] in softprops/action-gh-release#655- chore(deps): bump vite from 7.0.0 to 7.1.5 by
@dependabot[bot] in softprops/action-gh-release#657- chore(deps): bump the npm group across 1 directory with 2 updates by
@dependabot[bot] in softprops/action-gh-release#662- chore(deps): bump the npm group with 3 updates by
@dependabot[bot] in softprops/action-gh-release#666Full Changelog: https://github.com/softprops/action-gh-release/compare/v2...v2.3.4
Changelog
Sourced from softprops/action-gh-release's changelog.
2.4.1
What's Changed
Other Changes 🔄
- fix(util): support brace expansion globs containing commas in parseInputFiles by
@Copilotin softprops/action-gh-release#672- fix: gracefully fallback to body when body_path cannot be read by
@Copilotin softprops/action-gh-release#6712.4.0
What's Changed
Exciting New Features 🎉
- feat(action): respect working_directory for files globs by
@stephenwayin softprops/action-gh-release#6672.3.4
What's Changed
Bug fixes 🐛
- fix(action): handle 422 already_exists race condition by
@stephenwayin softprops/action-gh-release#665Other Changes 🔄
- dependency updates
2.3.3
What's Changed
Exciting New Features 🎉
- feat: add input option
overwrite_filesby@asfernandesin softprops/action-gh-release#343Other Changes 🔄
- dependency updates
2.3.2
- fix: revert fs
readableWebStreamchange2.3.1
Bug fixes 🐛
- fix: fix file closing issue by
@WailGreein softprops/action-gh-release#629
... (truncated)
Commits
6da8fa9release 2.4.1f38efdefix: gracefully fallback to body when body_path cannot be read (#671)cec1a11fix(util): support brace expansion globs containing commas in parseInputFiles...aec2ec5release 2.4.04db716bfeat: respect working_directory for files globs; add input and tests (#667)14820f2chore(deps): bump the npm group with 2 updates (#668)62c96d0release 2.3.47dc9b8afix(action): handle 422 already_exists race condition (#665)0f0e0b9chore(deps): bump the npm group with 3 updates (#666)97d42c1chore(deps): bump the npm group across 1 directory with 2 updates (#662)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions