File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
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 ref : main
@@ -65,11 +65,11 @@ jobs:
6565 OUT_FILE_NAME : fosslight_prechecker_windows.exe
6666 ASSET_MIME : application/vnd.microsoft.portable-executable
6767 steps :
68- - uses : actions/checkout@v2
68+ - uses : actions/checkout@v3
6969 with :
7070 ref : main
7171 - name : Set up Python 3.8
72- uses : actions/setup-python@v2
72+ uses : actions/setup-python@v4
7373 with :
7474 python-version : ' 3.8'
7575 - name : Install dependencies
@@ -94,11 +94,11 @@ jobs:
9494 runs-on : ubuntu-18.04
9595 needs : build
9696 steps :
97- - uses : actions/checkout@v2
97+ - uses : actions/checkout@v3
9898 with :
9999 ref : main
100100 - name : Set up Python
101- uses : actions/setup-python@v2
101+ uses : actions/setup-python@v4
102102 with :
103103 python-version : ' 3.8'
104104 - name : Install dependencies
Original file line number Diff line number Diff line change 5353 OUT_FILE_NAME : fosslight_prechecker_windows.exe
5454 ASSET_MIME : application/vnd.microsoft.portable-executable
5555 steps :
56- - uses : actions/checkout@v2
56+ - uses : actions/checkout@v3
5757 - name : Set up Python 3.8
58- uses : actions/setup-python@v2
58+ uses : actions/setup-python@v4
5959 with :
6060 python-version : ' 3.8'
6161 - name : Install dependencies
6969 reuse :
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v2
72+ - uses : actions/checkout@v3
7373 - name : REUSE Compliance Check
7474 uses : fsfe/reuse-action@v1
You can’t perform that action at this time.
0 commit comments