File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 quality-check :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v2
8- - uses : actions/setup-python@v2
7+ - uses : actions/checkout@v3
8+ - uses : actions/setup-python@v4
99 with :
1010 python-version : " 3.7"
1111 - name : Install dependencies
Original file line number Diff line number Diff line change 77 matrix :
88 os : [ ubuntu-latest, macos-latest, windows-latest ]
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v3
1111 with :
1212 ref : ${{ github.head_ref }}
1313 fetch-depth : 0
14- - uses : actions/setup-python@v2
14+ - uses : actions/setup-python@v4
1515 with :
1616 python-version : " 3.7"
1717 - name : Get the commit message
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838 Pull-request-files-check :
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v2
41+ - uses : actions/checkout@v3
4242 with :
4343 ref : ${{ github.head_ref }}
4444 fetch-depth : 0
45- - uses : actions/setup-python@v2
45+ - uses : actions/setup-python@v4
4646 with :
4747 python-version : " 3.7"
4848 - name : Get the commit message
You can’t perform that action at this time.
0 commit comments