We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b69296 + 3f1c6c0 commit cb4ea48Copy full SHA for cb4ea48
.github/workflows/python-publish.yml
@@ -15,7 +15,7 @@ jobs:
15
id-token: write # this permission is mandatory for pypi publishing
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
with:
20
# This fetch element is only important if you are use SCM based
21
# versioning (that looks at git tags to gather the version)
0 commit comments