mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🐛 fix checkout version
This commit is contained in:
parent
6fd86dcad0
commit
1725661587
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@v3-4
|
||||
- uses: actions/checkout@v4
|
||||
if: github.event_name == 'push'
|
||||
- uses: dorny/paths-filter@master
|
||||
id: changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue