We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96ff17 commit 2aeaa38Copy full SHA for 2aeaa38
.github/workflows/checks.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v3
18
- name: Set up Python
19
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
20
with:
21
python-version: ${{ matrix.python }}
22
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
python-version: "3.10"
88
- name: Get Python Version
.github/workflows/pythonpublish.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
15
python-version: '3.x'
- name: Install dependencies
0 commit comments