Skip to content

Commit d012099

Browse files
authored
Merge pull request #52 from wanadev/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents be908d7 + 0dd4eb4 commit d012099

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

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

0 commit comments

Comments
 (0)