Skip to content

Commit 9949858

Browse files
Update actions/setup-python action to v6
1 parent 5f03a84 commit 9949858

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939

40-
- uses: actions/setup-python@v5
40+
- uses: actions/setup-python@v6
4141
with:
4242
python-version: ${{ matrix.python-versions }}
4343

@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
fetch-depth: 0
9999

100-
- uses: actions/setup-python@v5
100+
- uses: actions/setup-python@v6
101101
with:
102102
python-version: '3.13'
103103

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131

32-
- uses: actions/setup-python@v5
32+
- uses: actions/setup-python@v6
3333
with:
3434
python-version: ${{ matrix.python-versions }}
3535

0 commit comments

Comments
 (0)