diff --git a/.github/workflows/caddy-detect-outdated.yml b/.github/workflows/caddy-detect-outdated.yml index a59215b..1ec6586 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@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 with: author: 'caddy ' base: master diff --git a/.github/workflows/pre-commit-detect-outdated.yml b/.github/workflows/pre-commit-detect-outdated.yml index f5344d8..3adc86e 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@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 with: author: 'pre-commit ' base: master