diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cd706cb6..adaca82af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: with: name: Packages path: dist - - uses: actions/attest-build-provenance@v1 + - uses: actions/attest-build-provenance@v2 id: attest with: subject-path: "./dist/singer_sdk*" diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index ab81bb067..48a77f86f 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -51,7 +51,7 @@ jobs: - name: Bump version id: cz-bump - uses: commitizen-tools/commitizen-action@0.22.0 + uses: commitizen-tools/commitizen-action@0.23.0 with: increment: ${{ github.event.inputs.bump != 'auto' && github.event.inputs.bump || '' }} prerelease: ${{ github.event.inputs.prerelease != 'none' && github.event.inputs.prerelease || '' }}