We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c31469 + 080fd10 commit 701cdbaCopy full SHA for 701cdba
.github/workflows/python_publish.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v1
13
- name: Set up Python
14
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
15
with:
16
python-version: '3.x'
17
- name: Install dependencies
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v2
26
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v2
29
30
python-version: ${{ matrix.python-version }}
31
@@ -45,7 +45,7 @@ jobs:
45
46
- uses: actions/checkout@v2
47
48
49
50
python-version: '3.12'
51
0 commit comments