diff --git a/.github/workflows/gomod2nix.yml b/.github/workflows/gomod2nix.yml index 4ab92cbe..88414d7b 100644 --- a/.github/workflows/gomod2nix.yml +++ b/.github/workflows/gomod2nix.yml @@ -42,7 +42,7 @@ jobs: - name: Create Pull Request if: ${{ !github.head_ref }} continue-on-error: true - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v8 with: delete-branch: true branch-suffix: short-commit-hash diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 2143d00b..d00693f6 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -41,4 +41,4 @@ jobs: - name: Create Pull Request if: ${{ !github.head_ref }} continue-on-error: true - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v8