Skip to content

Conversation

MamunC0der
Copy link

@MamunC0der MamunC0der commented Oct 8, 2025

uses: actions/checkout@v3 -> uses: actions/checkout@v5

uses: actions/[email protected] -> uses: actions/[email protected]

Reason:
These updates provide enhanced caching, better security, and compatibility with recent GitHub runner and Go releases.

Checkout v5 release notes: https://github.com/actions/checkout/releases/tag/v5.0.0
Setup-go v6 release notes: https://github.com/actions/setup-go/releases/tag/v6.0.0


Note

Update .github/workflows/check.yml to use actions/checkout@v5 and actions/[email protected].

Written by Cursor Bugbot for commit de34fb6. This will update automatically on new commits. Configure here.

Signed-off-by: Coder <[email protected]>
Copy link

cla-assistant bot commented Oct 8, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
Copy link

cla-assistant bot commented Oct 8, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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