Skip to content

Commit 75d0050

Browse files
authored
Merge pull request #2568 from SciTools/dependabot/github_actions/actions/checkout-5
Build(deps): Bump actions/checkout from 4 to 5
2 parents 25cfd47 + b72eb20 commit 75d0050

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
shell: bash -l {0}
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 0
3535

.github/workflows/ci-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
use-network: false
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 0
3131

@@ -150,7 +150,7 @@ jobs:
150150
shell: bash -l {0}
151151

152152
steps:
153-
- uses: actions/checkout@v4
153+
- uses: actions/checkout@v5
154154
with:
155155
fetch-depth: 0
156156

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
SDIST_NAME: ${{ steps.sdist.outputs.SDIST_NAME }}
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
with:
4242
# We need the full history to generate the proper version number
4343
fetch-depth: 0

0 commit comments

Comments
 (0)