Skip to content

Commit 1c2755d

Browse files
chore(deps): bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f602b00 commit 1c2755d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-tags: true
2222

2323
- name: Configure Python
24-
uses: actions/setup-python@v6
24+
uses: actions/setup-python@v7
2525
with:
2626
python-version: "3.12"
2727

@@ -100,7 +100,7 @@ jobs:
100100
prerelease: ${{ steps.get_prerelease.outputs.prerelease }}
101101

102102
- name: Configure Python
103-
uses: actions/setup-python@v6
103+
uses: actions/setup-python@v7
104104
with:
105105
python-version: "3.10"
106106

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ref: ${{ github.event.pull_request.head.sha || github.ref }}
4848

4949
- name: Configure Python ${{ matrix.python-version }}
50-
uses: actions/setup-python@v6
50+
uses: actions/setup-python@v7
5151
with:
5252
python-version: "${{ matrix.python-version }}"
5353

0 commit comments

Comments
 (0)