Skip to content

Commit 7a3e003

Browse files
chore(deps): update actions/checkout action to v6
1 parent 59520b0 commit 7a3e003

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
id-token: write
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- uses: astral-sh/setup-uv@v5
1616
- name: Build wheel
1717
run: uv build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- version: "3.13"
3232
- version: '3.14.0-alpha - 3.14' # SemVer's version range syntax
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
- name: Install uv
3636
uses: astral-sh/setup-uv@v5
3737
with:

0 commit comments

Comments
 (0)