Skip to content

Commit 3e05ef9

Browse files
authored
Merge pull request #404 from Metaswitch/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents ad88e47 + eaeedc5 commit 3e05ef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
id-token: write
1212
steps:
1313
- name: 'Set up Python'
14-
uses: actions/setup-python@v5
14+
uses: actions/setup-python@v6
1515
with:
1616
python-version: 3.13
1717
- uses: actions/checkout@v5

.github/workflows/steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- "3.9"
2020
steps:
2121
- name: 'Set up Python ${{ matrix.python-version }}'
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: '${{ matrix.python-version }}'
2525
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)