Skip to content

Commit a2b6825

Browse files
authored
Merge pull request #191 from pytest-dev/dependabot-github_actions-main-actions-checkout-5
2 parents 2f65430 + f962c5c commit a2b6825

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@v4
35+
- uses: actions/checkout@v5
3636
- name: Build
3737
run: |
3838
python -m venv venv
@@ -262,7 +262,7 @@ jobs:
262262
reactor:
263263
tox: pyside2
264264
steps:
265-
- uses: actions/checkout@v4
265+
- uses: actions/checkout@v5
266266
- name: Enable Problem Matchers
267267
run: |
268268
echo "::add-matcher::.github/local-problem-matchers.json"
@@ -322,7 +322,7 @@ jobs:
322322
- short: 311
323323
dotted: "3.11"
324324
steps:
325-
- uses: actions/checkout@v4
325+
- uses: actions/checkout@v5
326326
- name: Set up Python ${{ matrix.python.dotted }}
327327
uses: actions/setup-python@v5
328328
with:

0 commit comments

Comments
 (0)