Update checkout action version in workflow#214
Open
Noisyxl wants to merge 1 commit intoPolymarket:mainfrom
Open
Update checkout action version in workflow#214Noisyxl wants to merge 1 commit intoPolymarket:mainfrom
Noisyxl wants to merge 1 commit intoPolymarket:mainfrom
Conversation
| steps: | ||
| - name: Checkout Code | ||
| uses: actions/checkout@v4.1.7 | ||
| uses: actions/checkout@v6.0.1 |
There was a problem hiding this comment.
Non-existent action version breaks workflow
The actions/checkout@v6.0.1 version does not exist. According to the official actions/checkout changelog, the latest version is v6.0.0. Using a non-existent tag will cause the GitHub Actions workflow to fail immediately when attempting to check out the repository.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update
actions/checkoutto v6.0.1 for latest security patches and performance improvements.Note
Update GitHub Actions workflow to use actions/checkout@v6.0.1.
Written by Cursor Bugbot for commit 68b8a17. This will update automatically on new commits. Configure here.