We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc56f4a + 929e388 commit 771c6a5Copy full SHA for 771c6a5
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 2
18
19
- name: Set up Python
20
- uses: actions/setup-python@v5.3.0
+ uses: actions/setup-python@v5.4.0
21
with:
22
python-version: "3.10"
23
.github/workflows/tests.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/checkout@v4
49
50
- name: Set up Python ${{ matrix.python }}
51
52
53
python-version: ${{ matrix.python }}
54
allow-prereleases: true
@@ -129,7 +129,7 @@ jobs:
129
130
131
132
133
134
135
0 commit comments