Skip to content

Commit e133743

Browse files
authored
Merge pull request #222 from crossplane/renovate/actions-setup-python-7.x
Update actions/setup-python action to v7
2 parents feb8c29 + 540f4a3 commit e133743

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v7
4242

4343
- name: Setup Python
44-
uses: actions/setup-python@v6
44+
uses: actions/setup-python@v7
4545
with:
4646
python-version: ${{ env.PYTHON_VERSION }}
4747

@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v7
5959

6060
- name: Setup Python
61-
uses: actions/setup-python@v6
61+
uses: actions/setup-python@v7
6262
with:
6363
python-version: ${{ env.PYTHON_VERSION }}
6464

@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/checkout@v7
7777

7878
- name: Setup Python
79-
uses: actions/setup-python@v6
79+
uses: actions/setup-python@v7
8080
with:
8181
python-version: ${{ env.PYTHON_VERSION }}
8282

@@ -139,7 +139,7 @@ jobs:
139139
uses: actions/checkout@v7
140140

141141
- name: Setup Python
142-
uses: actions/setup-python@v6
142+
uses: actions/setup-python@v7
143143
with:
144144
python-version: ${{ env.PYTHON_VERSION }}
145145

0 commit comments

Comments
 (0)