diff --git a/.github/workflows/clean-code.yml b/.github/workflows/clean-code.yml index 5c4705cd..add5b134 100644 --- a/.github/workflows/clean-code.yml +++ b/.github/workflows/clean-code.yml @@ -43,7 +43,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create Pull Request - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: branch: improvement/cleancode-${{ github.run_id }} labels: dependencies diff --git a/.github/workflows/pre-commit-update.yml b/.github/workflows/pre-commit-update.yml index 79b1c50b..f01e951d 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -19,7 +19,7 @@ jobs: - run: pre-commit run --all-files shell: bash - - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update/pre-commit-hooks diff --git a/.github/workflows/upgrade-accessories-versions.yml b/.github/workflows/upgrade-accessories-versions.yml index b45e0b36..d014868b 100644 --- a/.github/workflows/upgrade-accessories-versions.yml +++ b/.github/workflows/upgrade-accessories-versions.yml @@ -32,7 +32,7 @@ jobs: mode: update-all - name: Create Pull Request - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update/accessories