Skip to content

Commit 518b501

Browse files
chore(deps): update actions/setup-python action to v2 (#401)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3476f1e commit 518b501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Set up Python
21-
uses: actions/setup-python@v1
21+
uses: actions/setup-python@v2
2222
with:
2323
python-version: ${{ matrix.python }}
2424
- name: Cache dependencies

Diff for: .github/workflows/pythonpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Set up Python
13-
uses: actions/setup-python@v1
13+
uses: actions/setup-python@v2
1414
with:
1515
python-version: '3.x'
1616
- name: Install dependencies

0 commit comments

Comments
 (0)