Skip to content

Commit 14b289b

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd36546 commit 14b289b

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)