We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5fc9f9 + ce6176c commit bd7707eCopy full SHA for bd7707e
2 files changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
fetch-depth: 2
19
20
- name: Set up Python
21
- uses: actions/setup-python@v4.6.1
+ uses: actions/setup-python@v4.7.0
22
with:
23
python-version: "3.10"
24
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/checkout@v3
37
38
- name: Set up Python ${{ matrix.python }}
39
40
41
python-version: ${{ matrix.python }}
42
- name: Install pre-requisities
@@ -119,7 +119,7 @@ jobs:
119
120
121
122
123
124
python-version: "3.11"
125
0 commit comments