Skip to content

Commit ee8e452

Browse files
n24q02mclaude
andcommitted
fix(ci): revert PSR v9 downgrade back to v10
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1643dd3 commit ee8e452

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
token: ${{ secrets.GH_PAT }}
4343
fetch-depth: 0
4444

45-
- uses: python-semantic-release/python-semantic-release@0dc72ac9058a62054a45f6344c83a423d7f906a8 # v9
45+
- uses: python-semantic-release/python-semantic-release@350c48fcb3ffcdfd2e0a235206bc2ecea6b69df0 # v10
4646
id: release
4747
with:
4848
github_token: ${{ secrets.GH_PAT }}
4949
prerelease: ${{ inputs.release_type == 'beta' }}
5050
prerelease_token: beta
5151

52-
- uses: python-semantic-release/upload-to-gh-release@0a92b5d7ebfc15a84f9801ebd1bf706343d43711 # v9.8.9
52+
- uses: python-semantic-release/publish-action@310a9983a0ae878b29f3aac778d7c77c1db27378 # v10
5353
if: steps.release.outputs.released == 'true'
5454
with:
5555
github_token: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)