2 parents 57f9188 + 5903475 commit 2ea18b5Copy full SHA for 2ea18b5
2 files changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
fetch-depth: 0
32
33
- name: Set up Python ${{ matrix.python-version }}
34
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
35
with:
36
python-version: ${{ matrix.python-version }}
37
@@ -55,7 +55,7 @@ jobs:
55
uses: actions/checkout@v7
56
57
58
59
60
python-version: "3.13"
61
.github/workflows/pypi.yml
@@ -19,7 +19,7 @@ jobs:
19
# setuptools_scm requires a non-shallow clone of the repository
20
21
22
- - uses: actions/setup-python@v6
+ - uses: actions/setup-python@v7
23
name: Install Python
24
25
- name: Build SDist
0 commit comments