Skip to content

Commit 861164d

Browse files
Bump actions/checkout from 5.0.0 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e6573b commit 861164d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030

3131
- name: Checkout the repository
32-
uses: actions/checkout@v5.0.0
32+
uses: actions/checkout@v6.0.0
3333

3434
- name: Setup Python
3535
uses: actions/[email protected]
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565

6666
- name: Checkout the repository
67-
uses: actions/checkout@v5.0.0
67+
uses: actions/checkout@v6.0.0
6868
with:
6969
# https://github.com/py-cov-action/python-coverage-comment-action/commit/2e8dc23
7070
fetch-depth: 1000

.github/workflows/deploy-docs.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.0.0
19+
uses: actions/checkout@v6.0.0
2020

2121
- name: Setup Python
2222
uses: actions/[email protected]

.github/workflows/publish.yml

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

1919
- name: Checkout the repository
20-
uses: actions/checkout@v5.0.0
20+
uses: actions/checkout@v6.0.0
2121

2222
- name: Setup Python
2323
uses: actions/[email protected]

0 commit comments

Comments
 (0)