Skip to content

Commit 3c5748d

Browse files
build(deps): Bump actions/setup-python from 5 to 6
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>
1 parent f876cd5 commit 3c5748d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/framework-cache-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: Set up Python
34-
uses: actions/setup-python@v5
34+
uses: actions/setup-python@v6
3535
with:
3636
python-version: 3.9
3737

.github/workflows/framework-e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
- uses: actions/checkout@v4
202202
- name: Set up Python
203203
if: ${{ needs.changes.outputs.framework == 'true' }}
204-
uses: actions/setup-python@v5
204+
uses: actions/setup-python@v6
205205
with:
206206
python-version: '3.10'
207207
- name: Install build tools
@@ -457,7 +457,7 @@ jobs:
457457
- uses: actions/checkout@v4
458458
- name: Set up Python
459459
if: ${{ needs.changes.outputs.framework == 'true' }}
460-
uses: actions/setup-python@v5
460+
uses: actions/setup-python@v6
461461
with:
462462
python-version: '3.10'
463463
- name: Install build tools
@@ -492,7 +492,7 @@ jobs:
492492
steps:
493493
- uses: actions/checkout@v4
494494
- name: Set up Python
495-
uses: actions/setup-python@v5
495+
uses: actions/setup-python@v6
496496
with:
497497
python-version: ${{ matrix.python-version }}
498498
- name: Install build tools

0 commit comments

Comments
 (0)