Skip to content

Commit c290bd8

Browse files
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 e2aee07 commit c290bd8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
persist-credentials: false
2424
- name: Set up Python
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v7
2626
with:
2727
python-version: "3.10"
2828
- name: Install dependencies

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
persist-credentials: false
4848
- name: Setup python
49-
uses: actions/setup-python@v6
49+
uses: actions/setup-python@v7
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
allow-prereleases: true
@@ -85,7 +85,7 @@ jobs:
8585
timeout-minutes: 10
8686
steps:
8787
- name: Setup Python
88-
uses: actions/setup-python@v6
88+
uses: actions/setup-python@v7
8989
with:
9090
python-version: 3.x
9191
- uses: actions/checkout@v7

0 commit comments

Comments
 (0)