We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62d2f5b + 6c4ab09 commit 9a53d4fCopy full SHA for 9a53d4f
2 files changed
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
18
- name: Set up Python
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
20
with:
21
python-version: '3.12'
22
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
23
0 commit comments