mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
🐛 fix checkout action
This commit is contained in:
parent
da12ac16c5
commit
65110ded46
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_linting.yml
vendored
2
.github/workflows/pr_linting.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue