Skip to content

Commit e67694e

Browse files
authored
Merge pull request #173 from pytest-dev/dependabot-github_actions-main-actions-setup-python-5
Bump actions/setup-python from 2 to 5
2 parents c1ca174 + 0bfa170 commit e67694e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
echo "::add-matcher::.github/local-problem-matchers.json"
221221
- name: Set up ${{ matrix.python.name }}
222222
if: ${{ job.container == '' }}
223-
uses: actions/setup-python@v2
223+
uses: actions/setup-python@v5
224224
with:
225225
# This allows the matrix to specify just the major.minor version while still
226226
# expanding it to get the latest patch version including alpha releases.
@@ -276,7 +276,7 @@ jobs:
276276
steps:
277277
- uses: actions/checkout@v2
278278
- name: Set up Python ${{ matrix.python.dotted }}
279-
uses: actions/setup-python@v2
279+
uses: actions/setup-python@v5
280280
with:
281281
python-version: ${{ matrix.python.dotted }}
282282
architecture: x64

0 commit comments

Comments
 (0)