File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 with :
1313 fetch-depth : 0
14- - uses : actions/setup-python@v5
14+ - uses : actions/setup-python@v6
1515 with :
1616 python-version : " 3.10"
1717 - uses : actions/cache@v3
Original file line number Diff line number Diff line change 77 steps :
88 - uses : actions/checkout@v4
99 - name : Set up Python 3.10
10- uses : actions/setup-python@v5
10+ uses : actions/setup-python@v6
1111 with :
1212 python-version : ' 3.10'
1313 - name : Setup annotations
Original file line number Diff line number Diff line change 2626 steps :
2727 - uses : actions/checkout@v4
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 cache : ' pip'
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v4
1919
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.10'
2424
You can’t perform that action at this time.
0 commit comments