Skip to content

fix: correct GitHub Actions versions in CI and publish workflows - #10

Merged
Coding-Dev-Tools merged 1 commit into
mainfrom
Openclaw/configdrift/fix-ci-actions-versions
May 18, 2026
Merged

fix: correct GitHub Actions versions in CI and publish workflows#10
Coding-Dev-Tools merged 1 commit into
mainfrom
Openclaw/configdrift/fix-ci-actions-versions

Conversation

@Coding-Dev-Tools

Copy link
Copy Markdown
Owner

actions/checkout@v6 and actions/setup-python@v6 do not exist in the
GitHub Marketplace — the latest stable versions are v4 and v5 respectively.
Using nonexistent tags causes all workflow runs to fail immediately with
resolution errors.

Fixed both ci.yml and publish.yml to use the correct stable versions.

actions/checkout@v6 and actions/setup-python@v6 do not exist in the
GitHub Marketplace — the latest stable versions are v4 and v5 respectively.
Using nonexistent tags causes all workflow runs to fail immediately with
resolution errors.

Fixed both ci.yml and publish.yml to use the correct stable versions.
@Coding-Dev-Tools
Coding-Dev-Tools merged commit 6cc7d71 into main May 18, 2026
3 checks passed
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