Skip to content

Commit 0f561db

Browse files
committed
Maybe this is better
1 parent 2ba1ffd commit 0f561db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dist.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
submodules: true
5252

53-
# - uses: actions/setup-python@v4
53+
# - uses: actions/setup-python@v5
5454
# with:
5555
# python-version: 3.8
5656
# - name: Sphinx
@@ -67,7 +67,7 @@ jobs:
6767
submodules: recursive
6868
fetch-depth: 0
6969

70-
- uses: actions/setup-python@v4
70+
- uses: actions/setup-python@v5
7171
with:
7272
python-version: 3.8
7373

@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
submodules: true
119119

120-
- uses: actions/setup-python@v4
120+
- uses: actions/setup-python@v5
121121
with:
122122
python-version: ${{ matrix.python_version }}
123123
architecture: ${{ matrix.architecture }}

0 commit comments

Comments
 (0)