Skip to content

Commit f32dfbe

Browse files
chore(deps): update actions/checkout action to v6
1 parent 6013790 commit f32dfbe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quality.yml

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

2323
steps:
2424
- name: Checkout the codebase current state
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Install the base dependencies
2828
run: python3 -m pip install --upgrade poetry tox

.github/workflows/tests.yml

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

2323
steps:
2424
- name: Checkout the codebase current state
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Install the base dependencies
2828
run: python3 -m pip install --upgrade poetry tox

0 commit comments

Comments
 (0)