-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Update actions #8620
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
Update actions #8620
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks,
I see no objection but I still wonder what's hiding behind such changes
Why not v3 for checkout? |
@@ -22,15 +22,15 @@ jobs: | |||
matrix: | |||
chunk: [0, 1, 2, 3, 4, 5, 6, 7] | |||
steps: | |||
- uses: actions/checkout@v2 | |||
- uses: actions/checkout@v3.0.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ this and cache. why not v3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mcspr Because 3.0.0 is an earlier version than 3.0.2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no? :)
action tags like v3 are updated during the action lifetime, they always point to the latest version available
(or, at least this is an expectation)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suspended by #8624 |
I updated the GitHub actions to later versions.