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

chore(github actions): unify checkout version #574

Closed
wants to merge 1 commit into from
Closed

chore(github actions): unify checkout version #574

wants to merge 1 commit into from

Conversation

coffeemakingtoaster
Copy link

  • unify actions/checkout version to be master for all workflows

@CLAassistant
Copy link

CLAassistant commented Nov 2, 2022

CLA assistant check
All committers have signed the CLA.

@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-18.04
name: check tests
steps:
- uses: actions/checkout@v2
Copy link
Member

Choose a reason for hiding this comment

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

@coffemakingtoaster It's preferable to reference a release version to ensure we don't pull in breaking changes unexpectedly. It looks like actions/checkout@v3 is the latest. Can we update to use those instead?

@MikeMcC399
Copy link
Contributor

@emilyrohrbough

This PR is obsolete and out-of-date.

You already made the changes yourself in PR #580 🙂

@emilyrohrbough
Copy link
Member

@MikeMcC399 Oh 😅 Good callout!

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.

4 participants