Skip to content

Commit 70a5d0a

Browse files
authored
Update ci config through github ui
1 parent 6bd9980 commit 70a5d0a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
name: build
22

3-
43
on:
54
push:
65
branches: [master]
76
pull_request:
87
branches: [master]
98

10-
119
jobs:
1210
build:
13-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1412
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-python@v2
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v5
1715
with:
18-
python-version: 3.8
16+
python-version: '3.8'
1917

2018
- name: Install
2119
run: |

0 commit comments

Comments
 (0)