Checkout V4 #61
RoKrish14
started this conversation in
Announcements
Replies: 1 comment
-
just go for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
- uses: actions/checkout@v4
This is an action that checks out your repository onto the runner, allowing you to run scripts or other actions against your code (such as build and test tools).
Upgrading to version 4 ensures that your workflows remain efficient and take advantage of the latest improvements.
Note: Artifacts v4 is not cross-compatible with previous versions. For example, an artifact uploaded using v3 cannot be used with actions/download-artifact@v4
Beta Was this translation helpful? Give feedback.
All reactions