Skip to content

Commit dc5ddc7

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333

3434
- name: Initialize CodeQL
3535
uses: github/codeql-action/init@v4

.github/workflows/python-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
packages: write
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v6.0.2
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626

.github/workflows/python-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v6.0.2
19+
uses: actions/checkout@v6
2020

2121
- name: Lint commit messages
2222
uses: wagoid/commitlint-github-action@v6.2.1
@@ -51,7 +51,7 @@ jobs:
5151
contents: read
5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@v6.0.2
54+
uses: actions/checkout@v6
5555

5656
- name: Set up uv
5757
uses: astral-sh/setup-uv@v7.5.0
@@ -92,7 +92,7 @@ jobs:
9292
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
9393
steps:
9494
- name: Checkout repository
95-
uses: actions/checkout@v6.0.2
95+
uses: actions/checkout@v6
9696

9797
- name: Download coverage report artifact
9898
uses: actions/download-artifact@v8.0.1

0 commit comments

Comments
 (0)