Skip to content

Commit

Permalink
Fix deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Nov 8, 2023
1 parent 7324359 commit 573019e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
outputs:
filelist: ${{ steps.python-files.outputs.filelist }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- id: python-files
run: |
echo "filelist=$(find . -type f -exec awk ' /^#!.*python/{print FILENAME} {nextfile}' {} + | tr '\n' ' ')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 573019e

Please sign in to comment.