Skip to content

Commit 09696c5

Browse files
authored
Merge pull request #41 from wanadev/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 3d40463 + 2ebadc5 commit 09696c5

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@v5
19+
uses: actions/checkout@v6
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@v5
19+
uses: actions/checkout@v6
2020
with:
2121
submodules: true
2222

@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373

7474
- name: "Checkout the repository"
75-
uses: actions/checkout@v5
75+
uses: actions/checkout@v6
7676
with:
7777
submodules: true
7878

0 commit comments

Comments
 (0)