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 6349a9f commit cfc2ab4Copy full SHA for cfc2ab4
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
18
- name: Set up Python
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
20
with:
21
python-version: 3.8
22
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
0 commit comments