Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 946452a

Browse files
Update actions/checkout action to v6
1 parent e7bc7f2 commit 946452a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publishing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- uses: astral-sh/setup-uv@v7
1515
- name: Setup Python
1616
run: uv python install 3.14

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838

3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
- uses: astral-sh/setup-uv@v7
4242
- name: Setup Python
4343
run: uv python install ${{ matrix.python-version }}

0 commit comments

Comments
 (0)