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@v2 What 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/checkout
team manually updates thev2
tag to point to the latestv2.x.x
release.So when I use
actions/checkout@v2
I should get the latest in thev2
release range.