Skip to content

Commit 8b6b761

Browse files
Bump actions/setup-python from 6.0.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v6.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3d7e13 commit 8b6b761

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.0.0
52+
uses: actions/setup-python@v6.1.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.0.0
53+
uses: actions/setup-python@v6.1.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.0.0
102+
uses: actions/setup-python@v6.1.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@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2
2323

2424
- name: Set up python
25-
uses: actions/setup-python@18566f86b301499665bd3eb1a2247e0849c64fa5 # v5.6.0
25+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 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@v6.0.0
16-
- uses: actions/setup-python@v6.0.0
16+
- uses: actions/setup-python@v6.1.0
1717
with:
1818
python-version: '3.12'
1919
- name: Version of clang-format

0 commit comments

Comments
 (0)