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.
1 parent 2361c96 commit 3da486aCopy full SHA for 3da486a
.github/workflows/publish-to-pypi.yml
@@ -19,7 +19,7 @@ jobs:
19
new_version: ${{ steps.version_check.outputs.new_version }}
20
steps:
21
- name: Checkout code
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
with:
24
fetch-depth: 0
25
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
token: ${{ secrets.GITHUB_TOKEN }}
82
.github/workflows/release-with-changelog.yml
@@ -22,7 +22,7 @@ jobs:
26
27
fetch-depth: 0 # Get full history for changelog generation
28
0 commit comments