Skip to content

Commit 8e94394

Browse files
ci(dependabot): bump actions/checkout from 4 to 5 (#261)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Talley Lambert <[email protected]>
1 parent 4bacce8 commit 8e94394

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
check-manifest:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- run: pipx run check-manifest
2323

2424
pyright:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- uses: astral-sh/setup-uv@v6
2929
- run: uv run pyright
3030

@@ -49,7 +49,7 @@ jobs:
4949
resolution: "lowest-direct"
5050

5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353
with:
5454
fetch-depth: 0
5555

@@ -95,7 +95,7 @@ jobs:
9595
extra: "pyside2"
9696

9797
steps:
98-
- uses: actions/checkout@v4
98+
- uses: actions/checkout@v5
9999
with:
100100
fetch-depth: 0
101101

@@ -163,7 +163,7 @@ jobs:
163163
needs: [check-manifest, test]
164164
runs-on: ubuntu-latest
165165
steps:
166-
- uses: actions/checkout@v4
166+
- uses: actions/checkout@v5
167167
with:
168168
fetch-depth: 0
169169
- uses: hynek/build-and-inspect-python-package@v2

0 commit comments

Comments
 (0)