Skip to content

Commit d0a8364

Browse files
committed
upgrade all CI to latest versions, then
1 parent adf4627 commit d0a8364

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
with:
1414
fetch-depth: 1
1515

1616
- name: Set up Python 3.8
17-
uses: actions/setup-python@v2
17+
uses: actions/setup-python@v3
1818
with:
1919
python-version: 3.8
2020

@@ -48,12 +48,12 @@ jobs:
4848
runs-on: ubuntu-latest
4949

5050
steps:
51-
- uses: actions/checkout@v1
51+
- uses: actions/checkout@v3
5252
with:
5353
fetch-depth: 1
5454

5555
- name: Set up Python 3.8
56-
uses: actions/setup-python@v2
56+
uses: actions/setup-python@v3
5757
with:
5858
python-version: 3.8
5959

0 commit comments

Comments
 (0)