Skip to content

Commit 23d9361

Browse files
Bump actions/setup-python from 5.6.0 to 6.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb6e001 commit 23d9361

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/generate-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sudo apt-get install ninja-build
5050
5151
- name: Setup Python
52-
uses: actions/setup-python@v6
52+
uses: actions/setup-python@v6.0.0
5353
with:
5454
python-version: '3.12'
5555
architecture: x64

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
sudo apt-get install ninja-build
5151
- name: Setup Python
5252
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
53-
uses: actions/setup-python@v6
53+
uses: actions/setup-python@v6.0.0
5454
with:
5555
python-version: '3.10'
5656
architecture: x64

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
fi
100100
101101
- name: Setup Python
102-
uses: actions/setup-python@v6
102+
uses: actions/setup-python@v6.0.0
103103
with:
104104
python-version: '3.12'
105105
architecture: x64

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323

2424
- name: Set up python
25-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
25+
uses: actions/setup-python@18566f86b301499665bd3eb1a2247e0849c64fa5 # v5.6.0
2626
with:
2727
python-version: '3.13'
2828

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 30
1414
steps:
1515
- uses: actions/checkout@v5.0.0
16-
- uses: actions/setup-python@v6
16+
- uses: actions/setup-python@v6.0.0
1717
with:
1818
python-version: '3.12'
1919
- name: Version of clang-format

.github/workflows/python_style_checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 30
2020
steps:
2121
- uses: actions/checkout@v5.0.0
22-
- uses: actions/setup-python@v6
22+
- uses: actions/setup-python@v6.0.0
2323
with:
2424
python-version: '3.11'
2525
- uses: jamescurtin/isort-action@master
@@ -36,7 +36,7 @@ jobs:
3636
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3737
- uses: actions/checkout@v5.0.0
3838
# Set up a Python environment for use in actions
39-
- uses: actions/setup-python@v6
39+
- uses: actions/setup-python@v6.0.0
4040
with:
4141
python-version: '3.11'
4242

@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v5.0.0
5656
- name: Set up Python
57-
uses: actions/setup-python@v6
57+
uses: actions/setup-python@v6.0.0
5858
with:
5959
python-version: '3.11'
6060
- name: Install dependencies

0 commit comments

Comments
 (0)