We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e647c commit 195a291Copy full SHA for 195a291
.github/workflows/python-package.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- name: Set up Python ${{ matrix.python-version }}
20
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
21
with:
22
python-version: ${{ matrix.python-version }}
23
- name: Install Poetry & export Requirements
.github/workflows/python-publish.yml
@@ -22,7 +22,7 @@ jobs:
24
- name: Set up Python
25
26
27
python-version: "3.x"
28
0 commit comments