Skip to content

Commit 4bb2d63

Browse files
authored
Merge pull request #179 from micro-manager/dependabot/github_actions/actions/checkout-7
ci(dependabot): bump actions/checkout from 6 to 7
2 parents d296802 + c0289c2 commit 4bb2d63

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
numpy: ">=2.0.0"
3232

3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535

3636
- uses: ilammy/msvc-dev-cmd@v1
3737
with:
@@ -62,10 +62,10 @@ jobs:
6262
env:
6363
UV_NO_SYNC: "1"
6464
steps:
65-
- uses: actions/checkout@v6
65+
- uses: actions/checkout@v7
6666
with:
6767
repository: pymmcore-plus/pymmcore-plus
68-
- uses: actions/checkout@v6
68+
- uses: actions/checkout@v7
6969
with:
7070
path: pymmcore
7171
- uses: ilammy/msvc-dev-cmd@v1
@@ -99,7 +99,7 @@ jobs:
9999
macos_arch: "arm64"
100100

101101
steps:
102-
- uses: actions/checkout@v6
102+
- uses: actions/checkout@v7
103103

104104
- uses: ilammy/msvc-dev-cmd@v1
105105
with:
@@ -120,7 +120,7 @@ jobs:
120120
name: Build source distribution
121121
runs-on: ubuntu-latest
122122
steps:
123-
- uses: actions/checkout@v6
123+
- uses: actions/checkout@v7
124124
with:
125125
fetch-depth: 0
126126

0 commit comments

Comments
 (0)