Skip to content

Commit f278fa1

Browse files
Bump actions/setup-python from 6.0.0 to 6.1.0 (#2892)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65aa748 commit f278fa1

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
@@ -30,7 +30,7 @@ jobs:
3030
- &setup-python-default
3131
name: Set up Python ${{ env.DEFAULT_PYTHON }}
3232
id: python
33-
uses: actions/setup-python@v6.0.0
33+
uses: actions/setup-python@v6.1.0
3434
with:
3535
python-version: ${{ env.DEFAULT_PYTHON }}
3636
check-latest: true
@@ -92,7 +92,7 @@ jobs:
9292
- *checkout
9393
- name: Set up Python ${{ matrix.python-version }}
9494
id: python
95-
uses: actions/setup-python@v6.0.0
95+
uses: actions/setup-python@v6.1.0
9696
with:
9797
python-version: ${{ matrix.python-version }}
9898
allow-prereleases: true
@@ -146,7 +146,7 @@ jobs:
146146
- &setup-python-matrix
147147
name: Set up Python ${{ matrix.python-version }}
148148
id: python
149-
uses: actions/setup-python@v6.0.0
149+
uses: actions/setup-python@v6.1.0
150150
with:
151151
python-version: ${{ matrix.python-version }}
152152
allow-prereleases: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6.0.0
2222
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2323
id: python
24-
uses: actions/setup-python@v6.0.0
24+
uses: actions/setup-python@v6.1.0
2525
with:
2626
python-version: ${{ env.DEFAULT_PYTHON }}
2727
check-latest: true

0 commit comments

Comments
 (0)