Skip to content

Commit de97397

Browse files
chore(deps): update actions/checkout action to v7
1 parent fdbe15b commit de97397

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

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

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL

.github/workflows/coverage.yml

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

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919

2020
- name: Setup uv
2121
uses: astral-sh/setup-uv@v8.1.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
working-directory: client-python
2929
steps:
3030
- name: checkout repo content
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232
with:
3333
repository: OpenAEV-Platform/client-python
3434
ref: ${{ inputs.branch_client_python }}

0 commit comments

Comments
 (0)