Skip to content

Commit 39a1522

Browse files
[client-python] chore(deps): update actions/checkout action
Co-authored-by: Romuald Lemesle <romuald.lemesle@filigran.io>
1 parent f7f36a3 commit 39a1522

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
40+
uses: actions/checkout@v6
4141

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

.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@v4
31+
uses: actions/checkout@v6
3232
with:
3333
repository: OpenAEV-Platform/client-python
3434
ref: ${{ inputs.branch_client_python }}

0 commit comments

Comments
 (0)