Skip to content

Commit 21f50a1

Browse files
authored
chore(deps): update actions/setup-python action to v2 (#1303)
1 parent 807277b commit 21f50a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git checkout -b update-discovery-artifacts-${{ steps.date.outputs.current_date }}
4141
4242
- name: Set up Python 3.9
43-
uses: actions/setup-python@v1
43+
uses: actions/setup-python@v2
4444
with:
4545
python-version: 3.9
4646

0 commit comments

Comments
 (0)