chore(workflows): update action to specific version

- Updates the auto-changelog-release-action to version 0.3.0
- Ensures compatibility and stability by pinning the action version
This commit is contained in:
2025-06-29 13:39:21 +02:00
parent b6151b793d
commit a4ff409fd8

View File

@@ -14,6 +14,6 @@ jobs:
with:
fetch-depth: 0
- name: Release
uses: https://git.0xmax42.io/actions/auto-changelog-release-action@v0
uses: https://git.0xmax42.io/actions/auto-changelog-release-action@v0.3.0
with:
token: ${{ secrets.RELEASE_PUBLISH_TOKEN }}