🐛 fix checkout action

This commit is contained in:
Ondrej Samohel 2023-05-04 15:43:32 +02:00
parent da12ac16c5
commit 65110ded46
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@master
- uses: actions/checkout@v3
if: github.event_name == 'push'
- uses: dorny/paths-filter@master
id: changes