Skip to content

Commit e18bb76

Browse files
committed
Update setup-python
Signed-off-by: Darby Johnston <[email protected]>
1 parent dcf51c1 commit e18bb76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
git
134134
- name: Set up Python ${{ matrix.python-version }}
135135
if: matrix.python-version != 'mingw64'
136-
uses: actions/setup-python@v4.3.0
136+
uses: actions/setup-python@v5.4.0
137137
with:
138138
python-version: ${{ matrix.python-version }}
139139
- name: Install coverage dependency
@@ -206,7 +206,7 @@ jobs:
206206
with:
207207
submodules: 'recursive'
208208

209-
- uses: actions/setup-python@v4.3.0
209+
- uses: actions/setup-python@v5.4.0
210210

211211
- name: Install pypa/build
212212
run: python -m pip install build --user

0 commit comments

Comments
 (0)