diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index abbc80a..80be78a 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -130,7 +130,7 @@ jobs: env.APPLY_FIXES_MODE == 'pull_request' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix') - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 id: cpr with: token: ${{ secrets.FIXIMUS_TOKEN || secrets.GITHUB_TOKEN }} diff --git a/pr-lint/action.yml b/pr-lint/action.yml index a40fb07..17811b0 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -119,7 +119,7 @@ runs: # Create pull request if applicable # (for now works only on PR from same repository, not from forks) - name: Create Pull Request with applied fixes - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 id: cpr if: env.APPLY_FIXES_IF_PR == 'true' with: