Skip to content

Commit 5bf64bb

Browse files
committed
gh-actions: use python v2
1 parent aa5675b commit 5bf64bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/setup-python@v1
9+
- uses: actions/setup-python@v2
1010
with:
1111
python-version: "3.x"
1212
- uses: actions/checkout@v2
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
python-version: [3.6, 3.7, 3.8]
2727
steps:
28-
- uses: actions/setup-python@v1
28+
- uses: actions/setup-python@v2
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)