Skip to content

Commit 202444c

Browse files
authored
Merge pull request #192 from pytest-dev/dependabot-github_actions-main-actions-setup-python-6
2 parents a2b6825 + 02df79e commit 202444c

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
@@ -268,7 +268,7 @@ jobs:
268268
echo "::add-matcher::.github/local-problem-matchers.json"
269269
- name: Set up ${{ matrix.python.name }}
270270
if: ${{ job.container == '' }}
271-
uses: actions/setup-python@v5
271+
uses: actions/setup-python@v6
272272
with:
273273
# This allows the matrix to specify just the major.minor version while still
274274
# expanding it to get the latest patch version including alpha releases.
@@ -324,7 +324,7 @@ jobs:
324324
steps:
325325
- uses: actions/checkout@v5
326326
- name: Set up Python ${{ matrix.python.dotted }}
327-
uses: actions/setup-python@v5
327+
uses: actions/setup-python@v6
328328
with:
329329
python-version: ${{ matrix.python.dotted }}
330330
architecture: x64

0 commit comments

Comments
 (0)