Skip to content

Fix CI: replace non-existent action versions in quality workflow - #1

Draft
Revincxt with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-quality-github-actions-job
Draft

Fix CI: replace non-existent action versions in quality workflow#1
Revincxt with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-quality-github-actions-job

Conversation

Copilot AI commented Aug 4, 2026

Copy link
Copy Markdown

The quality CI job was failing immediately at startup because both actions referenced versions that don't exist.

Changes

  • actions/checkout@v6actions/checkout@v4 (latest stable major)
  • astral-sh/setup-uv@v8astral-sh/setup-uv@v6 (latest stable major)
-      - uses: actions/checkout@v6
-      - uses: astral-sh/setup-uv@v8
+      - uses: actions/checkout@v4
+      - uses: astral-sh/setup-uv@v6

Co-authored-by: Revincxt <48945715+Revincxt@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix the failing GitHub Actions job quality Fix CI: replace non-existent action versions in quality workflow Aug 4, 2026
Copilot AI requested a review from Revincxt August 4, 2026 16: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