What version do I get if I use actions/checkout@v2?
#413
Answered
by
HonkingGoose
HonkingGoose
asked this question in
Q&A
-
|
Say I have this in my workflow file: steps:
- uses: actions/checkout@v2What does I've searched the GitHub docs but can't find the answer there. |
Beta Was this translation helpful? Give feedback.
Answered by
HonkingGoose
Jan 30, 2021
Replies: 1 comment
-
|
Seems that the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HonkingGoose
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems that the
actions/checkoutteam manually updates thev2tag to point to the latestv2.x.xrelease.So when I use
actions/checkout@v2I should get the latest in thev2release range.