File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 - name : Checkout repository
1212 uses : actions/checkout@v3
1313 - name : ' Dependency Review'
14- uses : actions/dependency-review-action@v2
14+ uses : actions/dependency-review-action@v3
Original file line number Diff line number Diff line change 1111 with :
1212 fetch-depth : 0
1313 - name : Set up Python 3.7
14- uses : actions/setup-python@v3
14+ uses : actions/setup-python@v4
1515 with :
1616 python-version : 3.7
1717
Original file line number Diff line number Diff line change 1111 with :
1212 fetch-depth : 0
1313 - name : Set up Python 3.7
14- uses : actions/setup-python@v3
14+ uses : actions/setup-python@v4
1515 with :
1616 python-version : 3.7
1717
Original file line number Diff line number Diff line change 1212 - name : Checkout repository
1313 uses : actions/checkout@v3
1414 - name : Set up Python ${{ matrix.python-version }}
15- uses : actions/setup-python@v3
15+ uses : actions/setup-python@v4
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818 - name : Install dependencies
3333 with :
3434 fetch-depth : 2
3535 - name : Set up Python ${{ matrix.python-version }}
36- uses : actions/setup-python@v3
36+ uses : actions/setup-python@v4
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 - name : Install dependencies
5656 - name : Checkout repository
5757 uses : actions/checkout@v3
5858 - name : Set up Python ${{ matrix.python-version[0] }}
59- uses : actions/setup-python@v3
59+ uses : actions/setup-python@v4
6060 with :
6161 python-version : ${{ matrix.python-version[0] }}
6262 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments