Skip to content

Commit d5b6d03

Browse files
authored
Merge pull request #177 from crossplane/renovate/actions-setup-python-6.x
chore(deps): update actions/setup-python action to v6
2 parents 5dd0dac + cf7588d commit d5b6d03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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@v5
4242

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)