Skip to content

Commit 7f3ed3e

Browse files
build(deps): bump actions/setup-python from 5 to 6 (#171)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b800c1 commit 7f3ed3e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v5
2424
- name: Set up Python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: "3.12"
2828
- name: Install tools
@@ -61,7 +61,7 @@ jobs:
6161
git fetch --prune --unshallow
6262
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
6363
- name: Set up Python ${{ matrix.python-version }}
64-
uses: actions/setup-python@v5
64+
uses: actions/setup-python@v6
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767
- name: Install dependencies

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git fetch --prune --unshallow
2626
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2727
- name: Set up Python
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: '3.x'
3131
- name: Install dependencies

.github/workflows/frameworks.yml

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

3131
- name: Set up Python
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: ${{ matrix.python-version }}-dev
3535

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
git fetch --prune --unshallow
2020
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121
- name: Setup Python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: '3.x'
2525
- name: Build sdist
@@ -49,7 +49,7 @@ jobs:
4949
git fetch --prune --unshallow
5050
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
5151
- name: Setup Python
52-
uses: actions/setup-python@v5
52+
uses: actions/setup-python@v6
5353
with:
5454
python-version: '3.x'
5555
- name: Build wheels

0 commit comments

Comments
 (0)