Skip to content

Commit 9ac6f8f

Browse files
authored
Merge pull request #211 from cmake-wheel/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents b319c08 + 857b799 commit 9ac6f8f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
SYSTEM_VERSION_COMPAT: 0
2121
steps:
2222
- uses: actions/checkout@v5
23-
- uses: actions/setup-python@v5
23+
- uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: setup

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
arch: ["x86_64"]
1919
steps:
2020
- uses: actions/checkout@v5
21-
- uses: actions/setup-python@v5
21+
- uses: actions/setup-python@v6
2222
with:
2323
python-version: "3.12"
2424
cache: 'pip'

.github/workflows/editable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
SYSTEM_VERSION_COMPAT: 0
2121
steps:
2222
- uses: actions/checkout@v5
23-
- uses: actions/setup-python@v5
23+
- uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: setup

.github/workflows/helpers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: "ubuntu-latest"
1515
steps:
1616
- uses: actions/checkout@v5
17-
- uses: actions/setup-python@v5
17+
- uses: actions/setup-python@v6
1818
with:
1919
python-version: "3.12"
2020
- name: setup

.github/workflows/sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
SYSTEM_VERSION_COMPAT: 0
2020
steps:
2121
- uses: actions/checkout@v5
22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@v6
2323
with:
2424
python-version: "3.12"
2525
- name: setup

0 commit comments

Comments
 (0)