File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 fetch-depth : 0
3737
3838 - name : Set up Python 3.10
39- uses : actions/setup-python@v2
39+ uses : actions/setup-python@v4
4040 with :
4141 python-version : ' 3.10'
4242
Original file line number Diff line number Diff line change 1717 should_skip : ${{ steps.skip_check.outputs.should_skip }}
1818 steps :
1919 - id : skip_check
20- uses : fkirc/skip-duplicate-actions@master
20+ uses : fkirc/skip-duplicate-actions@v5
2121 with :
2222 github_token : ${{ secrets.GITHUB_TOKEN }}
2323 concurrent_skipping : same_content_newer
5757 fetch-depth : 0
5858
5959 - name : Set up Python ${{ matrix.python-version }}
60- uses : actions/setup-python@v2
60+ uses : actions/setup-python@v4
6161 with :
6262 python-version : ${{ matrix.python-version }}
6363
@@ -123,7 +123,7 @@ jobs:
123123 run : find reports -type f -exec mv '{}' reports \;
124124
125125 - name : Check coverage
126- uses : codecov/codecov-action@v2
126+ uses : codecov/codecov-action@v3
127127 with :
128128 directory : ./reports
129129 fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments