🐛 fix checkout version

This commit is contained in:
Ondřej Samohel 2024-02-27 11:04:54 +01:00
parent 6fd86dcad0
commit 1725661587
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -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