Skip to content

Commit 52dc285

Browse files
chore: bump checkout v4→v6, setup-python v5→v6
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 430caaa commit 52dc285

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: Set up Python
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: "3.12"
3434

@@ -52,7 +52,7 @@ jobs:
5252
persist-credentials: false
5353

5454
- name: Set up Python
55-
uses: actions/setup-python@v5
55+
uses: actions/setup-python@v6
5656
with:
5757
python-version: "3.12"
5858
cache: pip
@@ -79,7 +79,7 @@ jobs:
7979
persist-credentials: false
8080

8181
- name: Set up Python ${{ matrix.python-version }}
82-
uses: actions/setup-python@v5
82+
uses: actions/setup-python@v6
8383
with:
8484
python-version: ${{ matrix.python-version }}
8585
cache: pip
@@ -102,7 +102,7 @@ jobs:
102102
persist-credentials: false
103103

104104
- name: Set up Python
105-
uses: actions/setup-python@v5
105+
uses: actions/setup-python@v6
106106
with:
107107
python-version: "3.12"
108108
cache: pip

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
id-token: write
1818
contents: read
1919
steps:
20-
- uses: actions/checkout@v4
21-
- uses: actions/setup-python@v5
20+
- uses: actions/checkout@v6
21+
- uses: actions/setup-python@v6
2222
with:
2323
python-version: "3.12"
2424
- run: pip install build

0 commit comments

Comments
 (0)