Skip to content

Commit 183cdd6

Browse files
authored
Merge pull request #2142 from IntelPython/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 0574c6c + e507a41 commit 183cdd6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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@v5
52+
uses: actions/setup-python@v6
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@v5
53+
uses: actions/setup-python@v6
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@v5
102+
uses: actions/setup-python@v6
103103
with:
104104
python-version: '3.12'
105105
architecture: x64

.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/[email protected]
16-
- uses: actions/setup-python@v5
16+
- uses: actions/setup-python@v6
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/[email protected]
22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@v6
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/[email protected]
3838
# Set up a Python environment for use in actions
39-
- uses: actions/setup-python@v5
39+
- uses: actions/setup-python@v6
4040
with:
4141
python-version: '3.11'
4242

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

0 commit comments

Comments
 (0)