-
Notifications
You must be signed in to change notification settings - Fork 299
Bump @octokit/action from 6.0.4 to 6.0.6 #466
base: main
Are you sure you want to change the base?
Conversation
Bumps [@octokit/action](https://github.com/octokit/action.js) from 6.0.4 to 6.0.6. - [Release notes](https://github.com/octokit/action.js/releases) - [Commits](octokit/action.js@v6.0.4...v6.0.6) --- updated-dependencies: - dependency-name: "@octokit/action" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
WalkthroughThis changeset includes an update to the Changes
Uplevel your code reviews with CodeRabbit ProCodeRabbit ProIf you like this project, please support us by purchasing the Pro version. The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Files selected (2)
- package-lock.json (15)
- package.json (1)
Files not summarized due to errors (1)
- package-lock.json (diff tokens exceeds limit)
Files skipped from review due to trivial changes (1)
- package.json
Review comments generated (1)
- Review: 1
- LGTM: 0
Tips
Chat with CodeRabbit Bot (@coderabbitai
)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitai
in a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignore
anywhere in the PR description to pause further reviews from the bot.
@@ -12,7 +12,7 @@ | |||
"@actions/core": "^1.10.0", | |||
"@actions/github": "^5.1.1", | |||
"@dqbd/tiktoken": "^1.0.7", | |||
"@octokit/action": "^6.0.4", | |||
"@octokit/action": "^6.0.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version of @octokit/action
has been updated from 6.0.4
to 6.0.6
. This is a patch update, so it should not introduce any breaking changes. However, make sure to test your application thoroughly after this update to ensure everything still works as expected.
- "@octokit/action": "^6.0.4",
+ "@octokit/action": "^6.0.6",
Please also check the release notes for these versions to understand what changes have been made.
Bumps @octokit/action from 6.0.4 to 6.0.6.
Release notes
Sourced from
@octokit/action
's releases.Commits
d64935b
fix(deps): update octokit monorepo (major) (#543)113e58a
ci(action): update actions/checkout digest to 8ade135 (#542)bff94ee
ci(action): update peter-evans/create-or-update-comment digest to 46da6c0db093ba
build(deps): lock file maintenance (#540)1e7c6e4
ci(action): update peter-evans/create-or-update-comment digest to 1f6c51441a99c7
build(deps): lock file maintenance (#538)6bd0451
build(deps): lock file maintenance (#537)f2e3d1d
ci(action): update peter-evans/create-or-update-comment digest to 223779b63b10e9
ci(action): update peter-evans/create-or-update-comment digest to 46846e534ff27e
ci(action): update actions/checkout action to v4Dependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@octokit/action
dependency from version 6.0.4 to 6.0.6. This update ensures that our application stays up-to-date with the latest improvements and bug fixes provided by the@octokit/action
package, enhancing stability and performance for end users.