Skip to content

Commit 862e17f

Browse files
authored
Merge pull request #138 from crossplane/renovate/actions-setup-python-6.x
chore(deps): update actions/setup-python action to v6
2 parents 6380042 + 970ca2f commit 862e17f

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
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v4
4141

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

@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v4
5858

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

0 commit comments

Comments
 (0)