Skip to content

Commit 0dd4eb4

Browse files
build(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be908d7 commit 0dd4eb4

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)