We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d40e76 commit 72db274Copy full SHA for 72db274
.github/workflows/ci.yaml
@@ -39,7 +39,7 @@ jobs:
39
fetch-depth: 0
40
41
- name: Setup Python 🔧
42
- uses: actions/setup-python@v5.3.0
+ uses: actions/setup-python@v5.4.0
43
with:
44
python-version: ${{ matrix.python }}
45
allow-prereleases: true
.github/workflows/deploy.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
python-version: 3.11
22
0 commit comments