diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index e0e53a9..d31cfca 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -12,8 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - # https://github.com/peter-evans/create-pull-request/issues/4228 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: actions/setup-node@v6 @@ -41,7 +40,7 @@ jobs: - name: Create Pull Request With Versions Bumped if: steps.covector.outputs.commandRan == 'version' - uses: tauri-apps/create-pull-request@v3 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # 7.0.9 with: token: ${{ secrets.GITHUB_TOKEN }} branch: ci/release-${{ github.ref_name }} @@ -49,3 +48,4 @@ jobs: commit-message: 'apply version updates' labels: 'version updates' body: ${{ steps.covector.outputs.change }} + sign-commits: true