diff --git a/.github/workflows/caddy-detect-outdated.yml b/.github/workflows/caddy-detect-outdated.yml index 00fd34f..2293059 100644 --- a/.github/workflows/caddy-detect-outdated.yml +++ b/.github/workflows/caddy-detect-outdated.yml @@ -38,7 +38,7 @@ jobs: - name: Create pull request from changes (if any) id: create-pull-request - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: author: 'caddy ' base: master diff --git a/.github/workflows/pre-commit-detect-outdated.yml b/.github/workflows/pre-commit-detect-outdated.yml index 78e4ad1..04fa3bc 100644 --- a/.github/workflows/pre-commit-detect-outdated.yml +++ b/.github/workflows/pre-commit-detect-outdated.yml @@ -42,7 +42,7 @@ jobs: - name: Create pull request from changes (if any) id: create-pull-request - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: author: 'pre-commit ' base: master