Skip to content

Commit 40a6ad8

Browse files
ci(dependabot): bump actions/checkout from 5 to 6 (#248)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
1 parent 81afaa9 commit 40a6ad8

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@v5
19+
- uses: actions/checkout@v6
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@v5
38+
- uses: actions/checkout@v6
3939

4040
- uses: astral-sh/setup-uv@v7
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@v5
80+
- uses: actions/checkout@v6
8181
with:
8282
repository: pymmcore-plus/${{ matrix.repo }}
8383
fetch-depth: 0
84-
- uses: actions/checkout@v5
84+
- uses: actions/checkout@v6
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@v5
115+
- uses: actions/checkout@v6
116116
with:
117117
fetch-depth: 0
118118
- uses: astral-sh/setup-uv@v7

.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@v5
11+
- uses: actions/checkout@v6
1212
- uses: astral-sh/setup-uv@v7
1313

1414
- name: Test build

0 commit comments

Comments
 (0)