Skip to content

Commit

Permalink
Merge pull request #67 from tripolonelm/patch-1
Browse files Browse the repository at this point in the history
Update actions in autopep8.yml
  • Loading branch information
peter-evans committed Jul 4, 2024
2 parents dee8a59 + 92f2561 commit 48c58cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autopep8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
autopep8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: autopep8
uses: ./
with:
args: --recursive --in-place --aggressive --aggressive .
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v6
with:
commit-message: autopep8 action fixes
title: Fixes by autopep8 action
Expand All @@ -21,7 +21,7 @@ jobs:
reviewers: peter-evans
branch: autopep8-patches
- name: Add reaction
uses: peter-evans/create-or-update-comment@v1
uses: peter-evans/create-or-update-comment@v4
with:
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
Expand Down

0 comments on commit 48c58cb

Please # to comment.