Skip to content

Commit 130de61

Browse files
authored
Merge pull request #143 from IBM/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents c80c63f + ddc141a commit 130de61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Set up Python ${{ matrix.pyversion }}
64-
uses: actions/setup-python@v5
64+
uses: actions/setup-python@v6
6565
with:
6666
python-version: ${{ matrix.pyversion }}
6767

0 commit comments

Comments
 (0)