diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e82b207..5a630fe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -132,7 +132,7 @@ jobs: # 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@98357b18bf14b5342f975ff684046ec3b2a07725 # v8 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8 id: cpr if: env.APPLY_FIXES_IF_PR == 'true' with: