Skip to content

Commit 1681e05

Browse files
graycreateclaude
andcommitted
fix: downgrade setup-python action to v5
setup-python@v6 doesn't exist yet, causing workflow failures. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ad354f0 commit 1681e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ ${formatted}"
685685
uses: actions/checkout@v5
686686

687687
- name: Set up Python
688-
uses: actions/setup-python@v6
688+
uses: actions/setup-python@v5
689689
with:
690690
python-version: '3.x'
691691

0 commit comments

Comments
 (0)