Skip to content

Commit

Permalink
🐛 fix checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
antirotor committed May 4, 2023
1 parent da12ac1 commit 65110de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
outputs:
changed_python: ${{ steps.changes.outputs.python }}
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
if: github.event_name == 'push'
- uses: dorny/paths-filter@master
id: changes
Expand Down

0 comments on commit 65110de

Please sign in to comment.