Skip to content

Downgrade actions/checkout from v6 to v4#39

Closed
pcriv wants to merge 1 commit intomainfrom
claude/fix-ci-pipeline-JVTUV
Closed

Downgrade actions/checkout from v6 to v4#39
pcriv wants to merge 1 commit intomainfrom
claude/fix-ci-pipeline-JVTUV

Conversation

@pcriv
Copy link
Copy Markdown
Owner

@pcriv pcriv commented Feb 27, 2026

Summary

This PR downgrades the actions/checkout action from version 6 to version 4 across all CI/CD workflows.

Changes

  • Updated .github/workflows/ci.yml to use actions/checkout@v4 instead of actions/checkout@v6
  • Updated .github/workflows/publish-gem.yml to use actions/checkout@v4 instead of actions/checkout@v6

Notes

This change affects both the main CI workflow and the gem publishing workflow. The downgrade may be necessary for compatibility with specific runner environments or to address any issues encountered with v6.

https://claude.ai/code/session_01KxeQ4nYHHZp8fzjwHF45PC

actions/checkout@v6 does not exist; the latest stable version is v4.

https://claude.ai/code/session_01KxeQ4nYHHZp8fzjwHF45PC
@pcriv pcriv closed this Feb 27, 2026
@pcriv pcriv deleted the claude/fix-ci-pipeline-JVTUV branch February 27, 2026 09:37
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.

2 participants