Skip to content

Commit 4aa7f22

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

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)