Skip to content

Commit 139aa0a

Browse files
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] <[email protected]>
1 parent f701914 commit 139aa0a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/_build_torch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v4
5252

5353
- name: Setup Python environment
54-
uses: actions/setup-python@v5
54+
uses: actions/setup-python@v6
5555
id: setup-python
5656
with:
5757
python-version: ${{ inputs.python_version }}

.github/workflows/_gaudi_hpu_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
hl-smi info
7373
7474
- name: Setup Python environment
75-
uses: actions/setup-python@v5
75+
uses: actions/setup-python@v6
7676
id: setup-python
7777
with:
7878
python-version: ${{ inputs.python_version }}

.github/workflows/_gaudi_hpu_build_torch_hpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/checkout@v4
6767

6868
- name: Setup Python environment
69-
uses: actions/setup-python@v5
69+
uses: actions/setup-python@v6
7070
id: setup-python
7171
with:
7272
python-version: ${{ inputs.python_version }}

.github/workflows/_gaudi_hpu_ut.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
hl-smi info
7373
7474
- name: Setup Python environment
75-
uses: actions/setup-python@v5
75+
uses: actions/setup-python@v6
7676
id: setup-python
7777
with:
7878
python-version: ${{ inputs.python_version }}

0 commit comments

Comments
 (0)