Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade: update actions/checkout action to v4 #78

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3 -> v4

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dep Dependency updates or problems label Dec 31, 2023
@renovate renovate bot requested a review from ronnnnn as a code owner December 31, 2023 16:53
Copy link
Contributor

github-actions bot commented Dec 31, 2023

Image description CodeRabbit

Walkthrough

This pull request primarily updates the version of the actions/checkout action from version 3 to version 4 in the GitHub Actions workflow. The change is reflected in the uses field and the Checkout step, ensuring the workflow utilizes the latest features and improvements provided by the updated action.

Changes

File Summary
.github/workflows/build.yml The actions/checkout action has been updated from version 3 to version 4. The uses field and the Checkout step have been modified accordingly to reference the new version (b4ffde65f46336ab88eb53be808477a3936bae11).

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 7834e17 and 9f08dc3 commits.
Files selected (1)
  • .github/workflows/build.yml (2)
Files skipped from review due to trivial changes (1)
  • .github/workflows/build.yml
Review comments generated (0)
  • Review: 0
  • 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.

@renovate renovate bot force-pushed the upgrade-renovate-actions-checkout-4.x branch from 9f08dc3 to 30becc7 Compare January 5, 2024 09:57
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 8a9c75b and 30becc7 commits.
Files selected (1)
  • .github/workflows/build.yml (2)
Files skipped from review due to trivial changes (1)
  • .github/workflows/build.yml
Review comments generated (0)
  • Review: 0
  • 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.

@renovate renovate bot force-pushed the upgrade-renovate-actions-checkout-4.x branch from 30becc7 to 4107d8d Compare January 5, 2024 10:01
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 dcc0116 and 4107d8d commits.
Files selected (1)
  • .github/workflows/build.yml (2)
Files skipped from review due to trivial changes (1)
  • .github/workflows/build.yml
Review comments generated (0)
  • Review: 0
  • 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.

@renovate renovate bot force-pushed the upgrade-renovate-actions-checkout-4.x branch from 4107d8d to b9eb145 Compare January 6, 2024 06:21
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 074b3ce and b9eb145 commits.
Files selected (1)
  • .github/workflows/build.yml (2)
Files skipped from review due to trivial changes (1)
  • .github/workflows/build.yml
Review comments generated (0)
  • Review: 0
  • 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.

@renovate renovate bot force-pushed the upgrade-renovate-actions-checkout-4.x branch from b9eb145 to 1f86f6a Compare January 6, 2024 06:24
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 2bd092b and 1f86f6a commits.
Files selected (1)
  • .github/workflows/build.yml (2)
Files skipped from review due to trivial changes (1)
  • .github/workflows/build.yml
Review comments generated (0)
  • Review: 0
  • 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.

@ronnnnn ronnnnn merged commit 5bdae36 into main Jan 6, 2024
4 checks passed
@ronnnnn ronnnnn deleted the upgrade-renovate-actions-checkout-4.x branch January 6, 2024 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dep Dependency updates or problems
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant