We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a879c commit b4dfa3fCopy full SHA for b4dfa3f
.github/workflows/ci.yaml
@@ -39,7 +39,7 @@ jobs:
39
fetch-depth: 0
40
41
- name: Setup Python 🔧
42
- uses: actions/setup-python@v5.4.0
+ uses: actions/setup-python@v5.5.0
43
with:
44
python-version: ${{ matrix.python }}
45
allow-prereleases: true
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
fetch-tags: true
20
21
- - uses: actions/setup-python@v5.4.0
+ - uses: actions/setup-python@v5.5.0
22
23
python-version: 3.13
24
0 commit comments