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

⬆️ Updates actions/checkout action to v2.7.0 #204

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 7, 2021

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v2.3.4 -> v2.7.0

Release Notes

actions/checkout (actions/checkout)

v2.7.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.6.0...v2.7.0

v2.6.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.5.0

v2.4.2

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.4.2

v2.4.1

Compare Source

  • Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory

v2.4.0

Compare Source

  • Convert SSH URLs like org-<ORG_ID>@&#8203;github.com: to https://github.com/ - pr

v2.3.5

Compare Source

Update dependencies


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@changelogg
Copy link

changelogg bot commented Apr 7, 2021

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@auto-assign auto-assign bot requested a review from AlexRogalskiy April 7, 2021 22:46
@github-actions
Copy link

github-actions bot commented Apr 7, 2021

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

@github-actions
Copy link

github-actions bot commented Apr 7, 2021

Hello from PR Helper

Is your PR ready for review and processing? Mark the PR ready by including #pr-ready in a comment.

If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold in a comment.

@github-actions
Copy link

github-actions bot commented Apr 7, 2021

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

@renovate renovate bot force-pushed the renovate/actions-checkout-2.x branch from e6126b1 to dd9c880 Compare April 8, 2021 04:18
@renovate renovate bot force-pushed the renovate/actions-checkout-2.x branch from dd9c880 to 7026f38 Compare April 8, 2021 13:13
@vercel
Copy link

vercel bot commented Apr 8, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/alexrogalskiy/styled-code-formats/4SvnyRLjRC8DejJvTq2Dh7YpHe58
✅ Preview: https://styled-code-formats-git-renovate-actions-c-2647cc-alexrogalskiy.vercel.app

@codecov-io
Copy link

codecov-io commented Apr 8, 2021

Codecov Report

Merging #204 (d0633fc) into master (d08f8c4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #204   +/-   ##
=======================================
  Coverage   60.71%   60.71%           
=======================================
  Files           8        8           
  Lines         252      252           
  Branches       44       44           
=======================================
  Hits          153      153           
  Misses         99       99           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d08f8c4...d0633fc. Read the comment docs.

@renovate renovate bot force-pushed the renovate/actions-checkout-2.x branch from 7026f38 to 2765965 Compare April 8, 2021 15:35
@vercel
Copy link

vercel bot commented Apr 8, 2021

Deployment failed with the following error:

Resource is limited - try again after in 7 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/actions-checkout-2.x branch from 2765965 to 2015f5e Compare April 8, 2021 18:00
@vercel
Copy link

vercel bot commented Apr 8, 2021

Deployment failed with the following error:

Resource is limited - try again after in 5 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/actions-checkout-2.x branch from d0633fc to ded4b13 Compare April 23, 2021 19:35
@vercel
Copy link

vercel bot commented Apr 23, 2021

Deployment failed with the following error:

Resource is limited - try again after in 8 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/actions-checkout-2.x branch from ded4b13 to 14cd763 Compare April 23, 2021 22:30
@codecov-commenter
Copy link

codecov-commenter commented Apr 23, 2021

Codecov Report

Merging #204 (14cd763) into master (7ebde7a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #204   +/-   ##
=======================================
  Coverage   60.71%   60.71%           
=======================================
  Files           8        8           
  Lines         252      252           
  Branches       44       44           
=======================================
  Hits          153      153           
  Misses         99       99           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ebde7a...14cd763. Read the comment docs.

@renovate renovate bot changed the title ⬆️ Updates actions/checkout action to v2 ⬆️ Updates actions/checkout action Oct 18, 2021
@renovate renovate bot force-pushed the renovate/actions-checkout-2.x branch from 14cd763 to 34180c9 Compare October 18, 2021 22:59
@renovate renovate bot force-pushed the renovate/actions-checkout-2.x branch from 34180c9 to 0483e14 Compare March 7, 2022 11:22
@renovate renovate bot changed the title ⬆️ Updates actions/checkout action ⬆️ Updates actions/checkout action to v2.4.0 Mar 7, 2022
@viezly
Copy link

viezly bot commented Mar 7, 2022

Pull request by bot. No need to analyze

@renovate renovate bot changed the title ⬆️ Updates actions/checkout action to v2.4.0 ⬆️ Updates actions/checkout action to v2.4.2 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/actions-checkout-2.x branch from 0483e14 to 5d827ce Compare April 24, 2022 19:19
@renovate renovate bot force-pushed the renovate/actions-checkout-2.x branch from 5d827ce to 0460917 Compare November 20, 2022 19:51
@vercel
Copy link

vercel bot commented Nov 20, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
styled-code-formats ✅ Ready (Inspect) Visit Preview Jan 2, 2023 at 9:27AM (UTC)

@renovate renovate bot force-pushed the renovate/actions-checkout-2.x branch from 0460917 to 19a313f Compare January 2, 2023 09:25
@renovate renovate bot changed the title ⬆️ Updates actions/checkout action to v2.4.2 ⬆️ Updates actions/checkout action to v2.6.0 Jan 2, 2023
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot changed the title ⬆️ Updates actions/checkout action to v2.6.0 ⬆️ Updates actions/checkout action to v2.7.0 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/actions-checkout-2.x branch from 19a313f to 3f79cc7 Compare March 24, 2023 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants