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

docs(readme): update actions used in example #572

Merged
merged 3 commits into from
Jan 5, 2024

Conversation

muzimuzhi
Copy link
Contributor

Resolves #571


Before the change?

action.js/README.md

Lines 43 to 49 in 7b19341

steps:
# Check out code using git
- uses: actions/checkout@v2
# Install Node 12
- uses: actions/setup-node@v1
with:
version: 12

After the change?

https://github.com/muzimuzhi/action.js/blob/21d370641a264cb53c8f0ac2fb51fd82b934dbb3/README.md?plain=1#L43-L49

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

Copy link

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

@muzimuzhi muzimuzhi force-pushed the readme-update-actions branch from 21d3706 to 9082a1f Compare December 21, 2023 16:37
@muzimuzhi muzimuzhi changed the title docs(readme): Update actions used in example docs(readme): update actions used in example Dec 21, 2023
README.md Outdated Show resolved Hide resolved
Copy link
Member

@kfcampbell kfcampbell left a comment

Choose a reason for hiding this comment

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

Thanks!

@kfcampbell kfcampbell merged commit 7519be5 into octokit:main Jan 5, 2024
6 checks passed
@muzimuzhi muzimuzhi deleted the readme-update-actions branch January 6, 2024 09:09
Copy link

github-actions bot commented Apr 3, 2024

🎉 This PR is included in version 6.1.0 🎉

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
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[DOCS]: Outdated actions were used in Readme example
2 participants