mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-05-09 08:15:25 +02:00
[PR #19] [MERGED] Update deps #58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/express-prom-bundle/pull/19
Author: @BreizhHardware
Created: 12/3/2025
Status: ✅ Merged
Merged: 12/3/2025
Merged by: @BreizhHardware
Base:
main← Head:dev📝 Commits (8)
e84b96bchore(deps): bump actions/checkout from 5 to 6 in /.github/workflowsc28b736Merge pull request #15 from BreizhHardware/dependabot/github_actions/dot-github/workflows/dev/actions/checkout-62efc518chore(deps-dev): bump @eslint/eslintrc from 3.3.1 to 3.3.312ff624chore(deps-dev): bump express from 5.1.0 to 5.2.05c1f68aMerge pull request #17 from BreizhHardware/dependabot/npm_and_yarn/dev/express-5.2.00eb0178chore(deps-dev): update body-parser to 2.2.1a8d4fa8Merge pull request #16 from BreizhHardware/dependabot/npm_and_yarn/dev/eslint/eslintrc-3.3.397b2f42chore: bump version to 8.0.6📊 Changes
4 files changed (+65 additions, -68 deletions)
View changed files
📝
.github/workflows/release.yml(+3 -3)📝
.github/workflows/test.yml(+3 -3)📝
package-lock.json(+58 -61)📝
package.json(+1 -1)📄 Description
This pull request updates the GitHub Actions workflow configuration to use the latest major version of the
actions/checkoutaction across all CI jobs. This ensures that workflows benefit from the most recent features, improvements, and security patches provided inactions/checkout@v6.Workflow dependency updates:
actions/checkoutstep from versionv5tov6in all jobs within.github/workflows/release.yml, including matrix builds, publish, and release steps. [1] [2] [3]actions/checkoutstep from versionv5tov6in all jobs within.github/workflows/test.yml, including matrix builds, CodeQL analysis, and dependency audit steps. [1] [2] [3]🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.