Skip to content

Update checkout action version in workflow#214

Open
Noisyxl wants to merge 1 commit intoPolymarket:mainfrom
Noisyxl:patch-1
Open

Update checkout action version in workflow#214
Noisyxl wants to merge 1 commit intoPolymarket:mainfrom
Noisyxl:patch-1

Conversation

@Noisyxl
Copy link

@Noisyxl Noisyxl commented Dec 21, 2025

Update actions/checkout to 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.

@Noisyxl Noisyxl requested a review from a team as a code owner December 21, 2025 12:45
steps:
- name: Checkout Code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v6.0.1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant