File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 name : Automatic push to gitlab.tiker.net
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - run : |
1414 mkdir ~/.ssh && echo -e "Host gitlab.tiker.net\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
1515 eval $(ssh-agent) && echo "$GITLAB_AUTOPUSH_KEY" | ssh-add -
Original file line number Diff line number Diff line change 1414 name : Flake8
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 -
19- uses : actions/setup-python@v1
19+ uses : actions/setup-python@v4
2020 with :
2121 python-version : ' 3.x'
2222 - name : " Main Script"
3131 matrix :
3232 python-version : ['3.6', '3.7', '3.x']
3333 steps :
34- - uses : actions/checkout@v2
34+ - uses : actions/checkout@v3
3535 -
36- uses : actions/setup-python@v1
36+ uses : actions/setup-python@v4
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 - name : " Main Script"
You can’t perform that action at this time.
0 commit comments