We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ca85b9 + 5d706be commit 89d02ceCopy full SHA for 89d02ce
2 files changed
.github/workflows/release-package.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Set up Python
23
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
24
with:
25
python-version: '3.9'
26
.github/workflows/testing.yml
@@ -22,7 +22,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v3
27
python-version: ${{ matrix.python-version }}
28
## See https://github.com/snok/install-poetry
0 commit comments