Skip to content

Commit 9b223a5

Browse files
authored
Merge pull request #33 from wanadev/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 91496f2 + 0b7af1e commit 9b223a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-ci.yml

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

1818
- name: "Checkout the repository"
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
submodules: true
2222

.github/workflows/python-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717

1818
- name: "Checkout the repository"
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
submodules: true
2222

@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272

7373
- name: "Checkout the repository"
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v5
7575
with:
7676
submodules: true
7777

0 commit comments

Comments
 (0)