Skip to content

Commit 2fc0202

Browse files
authored
Merge pull request #51 from aicore/renovate/actions-setup-python-3.x
Update actions/setup-python action to v3
2 parents f6b17b3 + 0334f19 commit 2fc0202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Set up Python 3.8
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v3
1919
with:
2020
python-version: '3.8'
2121
- name: Install pybuilder

0 commit comments

Comments
 (0)