diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 2880535..d8c9630 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -41,7 +41,7 @@ jobs: - name: Create Pull Request for fixes if: success() - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "🔧 Auto-fix code quality issues" diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 3878e6a..9209ea3 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -126,7 +126,7 @@ jobs: - name: Create pull request (if on branch) if: github.ref != 'refs/heads/main' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Bump version to ${{ steps.new-version.outputs.version }}"