Skip to content

Commit c57a6c0

Browse files
authored
Merge pull request #34 from OpenAssetIO/dependabot/github_actions/actions/setup-python-6
[CI]: Bump actions/setup-python from 5 to 6
2 parents dcd4860 + dd04ef4 commit c57a6c0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: "3.11"
2828

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v5
1010

1111
- name: Set up Python
12-
uses: actions/setup-python@v5
12+
uses: actions/setup-python@v6
1313
with:
1414
python-version: 3.11
1515

@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v5
3333

3434
- name: Set up Python
35-
uses: actions/setup-python@v5
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: 3.11
3838

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v5
14-
- uses: actions/setup-python@v5
14+
- uses: actions/setup-python@v6
1515
with:
1616
python-version: "3.11"
1717
- run: |
@@ -36,7 +36,7 @@ jobs:
3636
python: ["3.10", "3.11"]
3737
steps:
3838
- uses: actions/checkout@v5
39-
- uses: actions/setup-python@v5
39+
- uses: actions/setup-python@v6
4040
with:
4141
python-version: ${{ matrix.python }}
4242
- run: |

0 commit comments

Comments
 (0)