Skip to content

Commit eac1b3b

Browse files
committed
ci: update python checkout in github actions
1 parent 87660b4 commit eac1b3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-package.yml

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

2929
steps:
3030
- name: Checkout source
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232
with:
3333
submodules: recursive
3434

.github/workflows/tests.yml

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

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747
with:
4848
submodules: recursive
4949

0 commit comments

Comments
 (0)