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 dd5f600 + 041bdbe commit 4917a77Copy full SHA for 4917a77
.github/workflows/test-and-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v4
24
25
- name: Set up Python ${{ matrix.python-version }}
26
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
27
with:
28
python-version: ${{ matrix.python-version }}
29
cache: "pip"
@@ -54,7 +54,7 @@ jobs:
54
echo "PYTHON_VERSION=${PYTHON_VERSION}" >> $GITHUB_ENV
55
56
- name: Set up Python ${{ env.PYTHON_VERSION }}
57
58
59
python-version: ${{ env.PYTHON_VERSION }}
60
0 commit comments