Skip to content

Commit 09a850b

Browse files
Update actions/checkout action to v6
1 parent f1a047f commit 09a850b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
os: windows-11-arm
3939
experimental: false
4040
steps:
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
- name: Set up Python ${{ matrix.python-version }}
4343
uses: actions/setup-python@v6
4444
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
permissions:
2727
id-token: write
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- uses: astral-sh/setup-uv@v7
3131
- run: uv build
3232
- name: Smoke test (wheel)

0 commit comments

Comments
 (0)