Skip to content

Commit 679fc0a

Browse files
committed
ci(actions): Update actions/checkout v5 to v6
why: Security updates and improved performance what: - Update actions/checkout from v5 to v6 refs: - https://github.com/actions/checkout/releases/tag/v6.0.0
1 parent 23a1737 commit 679fc0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
python-version: ['3.14']
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Filter changed file paths to outputs
2222
uses: dorny/paths-filter@v3.0.2
2323
id: changes

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
python-version: ['3.10', '3.14']
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: Install uv
2323
uses: astral-sh/setup-uv@v7
2424
with:
@@ -64,7 +64,7 @@ jobs:
6464
python-version: ['3.14']
6565

6666
steps:
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868

6969
- name: Install uv
7070
uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)