Skip to content

Commit 0ecee7b

Browse files
authored
Merge pull request #200 from pytest-dev/dependabot-github_actions-main-actions-checkout-6
2 parents bd36546 + 14b289b commit 0ecee7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
container: docker://python:3.11-buster
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
- name: Build
3737
run: |
3838
python -m venv venv
@@ -274,7 +274,7 @@ jobs:
274274
reactor:
275275
tox: pyside2
276276
steps:
277-
- uses: actions/checkout@v5
277+
- uses: actions/checkout@v6
278278
- name: Enable Problem Matchers
279279
run: |
280280
echo "::add-matcher::.github/local-problem-matchers.json"
@@ -334,7 +334,7 @@ jobs:
334334
- short: 311
335335
dotted: "3.11"
336336
steps:
337-
- uses: actions/checkout@v5
337+
- uses: actions/checkout@v6
338338
- name: Set up Python ${{ matrix.python.dotted }}
339339
uses: actions/setup-python@v6
340340
with:

0 commit comments

Comments
 (0)