Skip to content

Commit f27e22b

Browse files
Bump actions/setup-python from 6.3.0 to 7.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@ece7cb0...5fda3b9) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fac07a7 commit f27e22b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎.github/workflows/github_release_on_release_branch_merge.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ref: ${{ github.event.pull_request.merge_commit_sha }}
3232

3333
- name: Set up Python
34-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
34+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
3535
with:
3636
python-version: "3.12"
3737

‎.github/workflows/proxy_integration_tests.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
23+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
2424
with:
2525
python-version: "3.x"
2626

@@ -45,7 +45,7 @@ jobs:
4545
persist-credentials: false
4646

4747
- name: Set up Python
48-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
48+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
4949
with:
5050
python-version: "3.x"
5151

‎.github/workflows/publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
ref: ${{ github.event_name == 'workflow_run' && 'main' || github.event_name == 'release' && github.ref || 'main' }}
7070

7171
- name: Set up Python
72-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
72+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
7373
with:
7474
python-version: "3.x"
7575

0 commit comments

Comments
 (0)