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

ci: bump actions/checkout from v1 to v2 #1230

Merged
merged 1 commit into from May 22, 2020

Conversation

peaceiris
Copy link
Contributor

The title says it all.

@peaceiris peaceiris requested a review from a team as a code owner May 22, 2020 07:13
@welcome
Copy link

welcome bot commented May 22, 2020

Thanks for opening this pull request! A contributor should be by to give feedback soon. In the meantime, please check out the contributing guidelines and explore other ways you can get involved.

Copy link
Contributor

@gr2m gr2m left a comment

Choose a reason for hiding this comment

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

thanks :)

@gr2m
Copy link
Contributor

gr2m commented May 22, 2020

CI errors are unrelated

@gr2m gr2m merged commit 948670f into probot:master May 22, 2020
@welcome
Copy link

welcome bot commented May 22, 2020

Thanks for your contribution to probot! 🎉
Congrats!

@timbru31
Copy link
Contributor

Hehe this broke the docs publishing because the full git history is not cloned anymore ;)

@peaceiris
Copy link
Contributor Author

@timbru31

Hehe this broke the docs publishing because the full git history is not cloned anymore ;)

This problem will be fixed by the following issue.

actions/checkout#240

And we can use the fetch-depth: 0 option to fetch all Git history.

- uses: actions/checkout@v2
  with:
    fetch-depth: 0

@timbru31
Copy link
Contributor

I've already fixed/workaround-ed it via #1236 (with a clone depth of 20, which should be deep enough) - was just a FYI that this update can cause breaking changes :)

@github-actions
Copy link

🎉 This PR is included in version 9.11.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants