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 strategy :
1010 max-parallel : 4
1111 matrix :
12- # Python 3.9 not supported until next scancode-toolkit version
13- python-version : [3.7, 3.8]
12+ python-version : [3.9]
1413
1514 steps :
1615 - name : Checkout code
17- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1817
1918 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v2
19+ uses : actions/setup-python@v5
2120 with :
2221 python-version : ${{ matrix.python-version }}
2322
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717
1818 - name : Set up Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v2
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@master
1313 - name : Set up Python
14- uses : actions/setup-python@v1
14+ uses : actions/setup-python@v5
1515 with :
1616 python-version : 3.9
1717 - name : Install pypa/build
You can’t perform that action at this time.
0 commit comments