Skip to content

Commit

Permalink
build(deps): bump @actions/core from 1.10.1 to 1.11.0 (#318)
Browse files Browse the repository at this point in the history
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 1.11.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent f8403fb commit 8172c9f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
17 changes: 8 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 packages/action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"dependencies": {
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.0",
"@actions/glob": "^0.5.0",
"@actions/http-client": "^2.2.3",
"class-transformer": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"./src/custom-inspect.ts"
],
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.0",
"ansi-styles": "^6.2.1",
"clean-stack": "^5.2.0",
"ts-pattern": "^5.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/texlive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "module",
"sideEffects": false,
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.0",
"@actions/http-client": "^2.2.3",
"@actions/tool-cache": "^2.0.1",
"@teppeis/multimaps": "^3.0.0",
Expand Down

0 comments on commit 8172c9f

Please sign in to comment.