Skip to content

Commit 20fdd5d

Browse files
authored
Merge pull request #172 from pytest-dev/dependabot-github_actions-main-actions-checkout-4
Bump actions/checkout from 2 to 4
2 parents e67694e + 8b3859b commit 20fdd5d

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
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
container: docker://python:3.11-buster
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v4
3333
- name: Build
3434
run: |
3535
python -m venv venv
@@ -214,7 +214,7 @@ jobs:
214214
reactor:
215215
tox: pyside2
216216
steps:
217-
- uses: actions/checkout@v2
217+
- uses: actions/checkout@v4
218218
- name: Enable Problem Matchers
219219
run: |
220220
echo "::add-matcher::.github/local-problem-matchers.json"
@@ -274,7 +274,7 @@ jobs:
274274
- short: 311
275275
dotted: "3.11"
276276
steps:
277-
- uses: actions/checkout@v2
277+
- uses: actions/checkout@v4
278278
- name: Set up Python ${{ matrix.python.dotted }}
279279
uses: actions/setup-python@v5
280280
with:

0 commit comments

Comments
 (0)