Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Bump tj-actions/changed-files from 35 to 41 in /.github/workflows #539

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pep8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41

- name: Setup pycodestyle
run: pip install pycodestyle
Expand Down
Loading