Skip to content

Commit a83d554

Browse files
Update actions/checkout action to v6
1 parent 4658ff7 commit a83d554

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: astral-sh/setup-uv@v7
1818
with:
1919
python-version: "3.14"
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323
- name: Build package

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
- name: Install uv & Python ${{ matrix.python-version }}
3535
uses: astral-sh/setup-uv@v7
3636
with:
@@ -54,7 +54,7 @@ jobs:
5454
matrix:
5555
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
5656
steps:
57-
- uses: actions/checkout@v5
57+
- uses: actions/checkout@v6
5858
- name: Install uv & Python ${{ matrix.python-version }}
5959
uses: astral-sh/setup-uv@v7
6060
with:
@@ -72,7 +72,7 @@ jobs:
7272
python-version: ["3.14"]
7373
fail-fast: false
7474
steps:
75-
- uses: actions/checkout@v5
75+
- uses: actions/checkout@v6
7676
- name: Install uv & Python ${{ matrix.python-version }}
7777
uses: astral-sh/setup-uv@v7
7878
with:
@@ -86,7 +86,7 @@ jobs:
8686
build-and-check:
8787
runs-on: ubuntu-latest
8888
steps:
89-
- uses: actions/checkout@v5
89+
- uses: actions/checkout@v6
9090
with:
9191
fetch-tags: true
9292
- name: Install uv & Python

0 commit comments

Comments
 (0)