We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b302bc + 1549151 commit 94ea8e9Copy full SHA for 94ea8e9
.github/workflows/build-and-publish.yaml
@@ -17,7 +17,7 @@ jobs:
17
contents: read
18
steps:
19
- name: Set up Python
20
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
21
with:
22
python-version: ${{ inputs.python-version }}
23
.github/workflows/tag-release.yaml
@@ -20,7 +20,7 @@ jobs:
contents: write
24
25
python-version: "${{ inputs.python-version }}"
26
0 commit comments