Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Bump @octokit/action from 6.0.4 to 6.0.6 #466

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps @octokit/action from 6.0.4 to 6.0.6.

Release notes

Sourced from @​octokit/action's releases.

v6.0.6

6.0.6 (2023-09-23)

Bug Fixes

  • deps: update octokit monorepo (major) (#543) (d64935b)

v6.0.5

6.0.5 (2023-07-18)

Bug Fixes

  • deps: update octokit monorepo (major) (#513) (3fd4ef6)
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 46da6c0
  • db093ba build(deps): lock file maintenance (#540)
  • 1e7c6e4 ci(action): update peter-evans/create-or-update-comment digest to 1f6c514
  • 41a99c7 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 223779b
  • 63b10e9 ci(action): update peter-evans/create-or-update-comment digest to 46846e5
  • 34ff27e ci(action): update actions/checkout action to v4
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
### Summary by CodeRabbit
  • Chore: Updated the @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.

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]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 25, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Sep 25, 2023

Image description CodeRabbit

Walkthrough

This changeset includes an update to the @octokit/action dependency in our package.json file. The version has been bumped from 6.0.4 to 6.0.6, ensuring we have the latest features and security patches.

Changes

File Summary
package.json Updated @octokit/action dependency from version 6.0.4 to 6.0.6

🐇💻

In the land of code, where the brackets lie,
An update emerged, under the GitHub sky.
From 6.0.4, to 6.0.6 we hop,
Ensuring our project, stays at the top.
With each new version, improvements unfurl,
In this ever-changing, digital world. 🌍🚀


Uplevel your code reviews with CodeRabbit Pro

CodeRabbit Pro

If 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.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image description CodeRabbit

Commits Files that changed from the base of the PR and between 44244a9 and f19f39c commits.
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 Image description 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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image description CodeRabbit

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants