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 019a0df commit f36857cCopy full SHA for f36857c
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/[email protected]
24
25
- name: Setup Python
26
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
27
with:
28
python-version: "3.14"
29
@@ -65,7 +65,7 @@ jobs:
65
echo "APP_VERSION=${APP_VERSION:1}" >> $GITHUB_ENV
66
67
68
69
70
python-version: ${{ matrix.python-version }}
71
0 commit comments