Merge pull request 'bugfix: change actions/checkout version' (#8) from feature/change-flow-settings-in-local-config into main
Publish to PyPI / Publish-to-PyPI (push) Failing after 19s

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
jt
2026-07-29 14:45:20 +00:00
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v7 uses: actions/checkout@v6
with: with:
fetch-tags: true fetch-tags: true