Skip to content

Commit 677edc2

Browse files
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1ca174 commit 677edc2

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@v2
280280
with:

0 commit comments

Comments
 (0)