Skip to content

Commit 5c6893e

Browse files
Merge pull request #265 from g4edge/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 6c34502 + f99abac commit 5c6893e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/distribution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: .github/bin/install-deps-macos.sh
6969

7070
- name: Set up Python ${{ matrix.python-version }}
71-
uses: actions/setup-python@v5
71+
uses: actions/setup-python@v6
7272
id: setup-python
7373
with:
7474
python-version: ${{ matrix.python-version }}
@@ -113,7 +113,7 @@ jobs:
113113
run: .github/bin/install-deps-windows.cmd
114114

115115
- name: Set up Python ${{ matrix.python-version }}
116-
uses: actions/setup-python@v5
116+
uses: actions/setup-python@v6
117117
id: setup-python
118118
with:
119119
python-version: ${{ matrix.python-version }}

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: runner.os == 'Windows'
4141
run: .github/bin/install-deps-windows.cmd
4242
- name: Set up Python ${{ matrix.python-version }}
43-
uses: actions/setup-python@v5
43+
uses: actions/setup-python@v6
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646
- name: Get number of CPU cores
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
sudo .github/bin/install-deps-ubuntu.sh
8585
.github/bin/setenv-ubuntu.sh
86-
- uses: actions/setup-python@v5
86+
- uses: actions/setup-python@v6
8787
with:
8888
python-version: "3.10"
8989
- name: Get number of CPU cores

0 commit comments

Comments
 (0)