Skip to content

Commit 7f5bffa

Browse files
authored
Update gh actions version (#288)
* update gh actions version
1 parent babd97f commit 7f5bffa

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ on:
1010

1111
jobs:
1212
lint:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
steps:
1515
- name: Repository checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: "3.6"
2222

@@ -29,7 +29,7 @@ jobs:
2929
tox -e lint
3030
3131
test:
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-20.04
3333
strategy:
3434
matrix:
3535
python-version:
@@ -40,10 +40,10 @@ jobs:
4040
- "3.10"
4141
steps:
4242
- name: Repository checkout
43-
uses: actions/checkout@v2
43+
uses: actions/checkout@v3
4444

4545
- name: Set up Python
46-
uses: actions/setup-python@v2
46+
uses: actions/setup-python@v4
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949

0 commit comments

Comments
 (0)