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

refactor: upgrade actions version #3506

Merged
merged 4 commits into from
Nov 2, 2022
Merged

refactor: upgrade actions version #3506

merged 4 commits into from
Nov 2, 2022

Conversation

ZanSara
Copy link
Contributor

@ZanSara ZanSara commented Oct 31, 2022

Related Issues

Proposed Changes:

  • Many GH actions we use are several version behind:
    • actions/checkout@v2 --> actions/checkout@v3
    • actions/setup-python@v2 --> actions/setup-python@v4
    • actions/cache@v2 --> actions/cache@v3

How did you test it?

  • CI

Notes for the reviewer

n/a

Checklist

@ZanSara ZanSara added type:refactor Not necessarily visible to the users topic:CI topic:DX Developer Experience labels Oct 31, 2022
@masci
Copy link
Contributor

masci commented Oct 31, 2022

See #3377

@ZanSara ZanSara marked this pull request as ready for review October 31, 2022 11:34
@ZanSara ZanSara requested a review from a team as a code owner October 31, 2022 11:34
@ZanSara ZanSara requested review from bogdankostic and removed request for a team October 31, 2022 11:34
Copy link
Contributor

@bogdankostic bogdankostic left a comment

Choose a reason for hiding this comment

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

There seems to be a merge conflict.

@ZanSara ZanSara requested a review from bogdankostic October 31, 2022 15:58
@ZanSara ZanSara merged commit b93bbb1 into main Nov 2, 2022
@ZanSara ZanSara deleted the upgrade-actions branch November 2, 2022 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic:CI topic:DX Developer Experience type:refactor Not necessarily visible to the users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Node version in Github Actions
3 participants