Skip to content

Commit 13f72e4

Browse files
Update actions/setup-python action to v4
1 parent dba0269 commit 13f72e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Set up Python
12-
uses: actions/setup-python@v2
12+
uses: actions/setup-python@v4
1313
with:
1414
python-version: 3.6.9
1515
- name: Install dependencies

0 commit comments

Comments
 (0)