Skip to content

Commit da2e74d

Browse files
committed
Use the right action to setup Python
1 parent 65ffcac commit da2e74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: composite
55
steps:
66
- name: Set up Python
7-
uses: actions/checkout@v3
7+
uses: actions/setup-python@v3
88
with:
99
python-version: '3.10'
1010
cache: pip

0 commit comments

Comments
 (0)