Skip to content

Commit 8c14416

Browse files
authored
Merge pull request #46 from mpi4py/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 7d8d88c + edcd638 commit 8c14416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333

34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535

3636
- uses: actions/setup-python@v6
3737
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818

1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Setup Python
2323
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)