diff --git a/.github/workflows/pre-commit_autoupdate.yml b/.github/workflows/pre-commit_autoupdate.yml index 5e213dc..877a026 100644 --- a/.github/workflows/pre-commit_autoupdate.yml +++ b/.github/workflows/pre-commit_autoupdate.yml @@ -18,7 +18,7 @@ jobs: - name: Run hooks run: pre-commit run --all-files continue-on-error: true - - uses: peter-evans/create-pull-request@v7 + - uses: peter-evans/create-pull-request@v8 with: branch: update/pre-commit-hooks title: Update pre-commit hooks diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml index 589df29..b367e44 100644 --- a/.github/workflows/prepare_release.yml +++ b/.github/workflows/prepare_release.yml @@ -33,7 +33,7 @@ jobs: - name: Commit changes with development version run: git commit -am "Set development version v${{ env.dev_version }}" - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: body: "" branch: prepare_release_v${{ env.version }}