Skip to content

Commit 0334f19

Browse files
committed
Update actions/setup-python action to v3
1 parent 936c2b6 commit 0334f19

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@v2
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)