Skip to content

Commit a109631

Browse files
authored
Merge pull request #28 from crossplane-contrib/renovate/actions-setup-python-6.x
chore(deps): update actions/setup-python action to v6
2 parents 731c2c2 + 42a63bc commit a109631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v6
3737

3838
- name: Setup Python
39-
uses: actions/setup-python@v5
39+
uses: actions/setup-python@v6
4040
with:
4141
python-version: ${{ env.PYTHON_VERSION }}
4242

@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v6
5454

5555
- name: Setup Python
56-
uses: actions/setup-python@v5
56+
uses: actions/setup-python@v6
5757
with:
5858
python-version: ${{ env.PYTHON_VERSION }}
5959

0 commit comments

Comments
 (0)