Skip to content

Commit 204a6dd

Browse files
Bump peter-evans/autopep8 from 1 to 2 (#6)
Bumps [peter-evans/autopep8](https://github.com/peter-evans/autopep8) from 1 to 2. - [Release notes](https://github.com/peter-evans/autopep8/releases) - [Commits](peter-evans/autopep8@v1...v2) --- updated-dependencies: - dependency-name: peter-evans/autopep8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b09d0b commit 204a6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autopep8-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Run autopep8
1717
- name: autopep8
1818
id: autopep8
19-
uses: peter-evans/autopep8@v1
19+
uses: peter-evans/autopep8@v2
2020
with:
2121
args: --exit-code --recursive --in-place --aggressive --aggressive .
2222

0 commit comments

Comments
 (0)