File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 update-changelog :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 with :
1616 fetch-depth : 0
1717 - name : Get Release
@@ -53,11 +53,11 @@ jobs:
5353 runs-on : ubuntu-18.04
5454 needs : update-changelog
5555 steps :
56- - uses : actions/checkout@v2
56+ - uses : actions/checkout@v3
5757 with :
5858 ref : main
5959 - name : Set up Python
60- uses : actions/setup-python@v2
60+ uses : actions/setup-python@v4
6161 with :
6262 python-version : ' 3.7'
6363 - name : Install dependencies
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Get PR Commits
1616 id : ' get-pr-commits'
17- uses : tim-actions/get-pr-commits@master
17+ uses : tim-actions/get-pr-commits@v1.2.0
1818 with :
1919 token : ${{ secrets.TOKEN }}
2020
3737 matrix :
3838 python-version : [3.8]
3939 steps :
40- - uses : actions/checkout@v2
40+ - uses : actions/checkout@v3
4141 - name : Set up Python ${{ matrix.python-version }}
42- uses : actions/setup-python@v2
42+ uses : actions/setup-python@v4
4343 with :
4444 python-version : ${{ matrix.python-version }}
4545 - name : Install dependencies
5252 reuse :
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@v2
55+ - uses : actions/checkout@v3
5656 - name : REUSE Compliance Check
5757 uses : fsfe/reuse-action@v1
You can’t perform that action at this time.
0 commit comments