Skip to content

Commit f1697e2

Browse files
authored
Merge pull request #2235 from IntelPython/dependabot/github_actions/actions/setup-python-6.2.0
Bump actions/setup-python from 6.1.0 to 6.2.0
2 parents 1d5e3f8 + b672cab commit f1697e2

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.1.0
52+
uses: actions/setup-python@v6.2.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.1.0
53+
uses: actions/setup-python@v6.2.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.1.0
102+
uses: actions/setup-python@v6.2.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
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2
3030

3131
- name: Set up python
32-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5.6.0
32+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5.6.0
3333
with:
3434
python-version: '3.13'
3535

.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.2
16-
- uses: actions/setup-python@v6.1.0
16+
- uses: actions/setup-python@v6.2.0
1717
with:
1818
python-version: '3.12'
1919
- name: Version of clang-format

0 commit comments

Comments
 (0)