Skip to content

Commit 9e46697

Browse files
ci(dependabot): bump actions/checkout from 4 to 5 (#238)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed42cec commit 9e46697

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Check Manifest
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- run: pip3 install check-manifest && check-manifest
2121

2222
test:
@@ -35,7 +35,7 @@ jobs:
3535
python-version: "3.13"
3636
extra: "plot"
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939

4040
- uses: astral-sh/setup-uv@v6
4141
with:
@@ -77,11 +77,11 @@ jobs:
7777
# note: hard-coding pymmcore-plus/ org for now
7878
repo: ["pymmcore-plus", "pymmcore-widgets"]
7979
steps:
80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v5
8181
with:
8282
repository: pymmcore-plus/${{ matrix.repo }}
8383
fetch-depth: 0
84-
- uses: actions/checkout@v4
84+
- uses: actions/checkout@v5
8585
with:
8686
path: useq-schema
8787
fetch-depth: 0
@@ -112,7 +112,7 @@ jobs:
112112
id-token: write
113113
contents: write
114114
steps:
115-
- uses: actions/checkout@v4
115+
- uses: actions/checkout@v5
116116
with:
117117
fetch-depth: 0
118118
- uses: astral-sh/setup-uv@v6

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: astral-sh/setup-uv@v6
1313

1414
- name: Test build

0 commit comments

Comments
 (0)