Skip to content

Commit 7ef0e64

Browse files
dependabot[bot]tempusfrangit
authored andcommitted
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 171b1d5 commit 7ef0e64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/setup-go@v5
4747
with:
4848
go-version-file: go.mod
49-
- uses: actions/setup-python@v5
49+
- uses: actions/setup-python@v6
5050
with:
5151
python-version: 3.12
5252
- uses: hynek/setup-cached-uv@v2
@@ -116,7 +116,7 @@ jobs:
116116
run: echo COG_WHEEL=$(ls dist/*.whl) >>"$GITHUB_ENV"
117117
- name: Extract source distribution
118118
run: tar xf dist/*.tar.gz --strip-components=1
119-
- uses: actions/setup-python@v5
119+
- uses: actions/setup-python@v6
120120
with:
121121
python-version: ${{ matrix.python-version }}
122122
- uses: hynek/setup-cached-uv@v2
@@ -170,7 +170,7 @@ jobs:
170170
- uses: actions/setup-go@v5
171171
with:
172172
go-version-file: go.mod
173-
- uses: actions/setup-python@v5
173+
- uses: actions/setup-python@v6
174174
with:
175175
python-version: 3.12
176176
- uses: hynek/setup-cached-uv@v2

.github/workflows/docs.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
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-python@v5
13+
- uses: actions/setup-python@v6
1414
with:
1515
python-version: '3.13'
1616

0 commit comments

Comments
 (0)