We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a45b72 commit c23fca1Copy full SHA for c23fca1
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Set up Python
13
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
14
with:
15
python-version: '3.x'
16
- name: Install dependencies
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Set up Python ${{ matrix.python-version }}
20
21
22
python-version: ${{ matrix.python-version }}
23
0 commit comments