File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
21- - uses : actions/setup-python@v5
21+ - uses : actions/setup-python@v6
2222 - uses : actions/setup-go@v5
2323 with :
2424 go-version : ' >=1.18'
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v5
2727 - name : Set up Python ${{ matrix.python-version }}
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v5
2323 - name : Set up Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ' 3.x'
2727 - name : Install dependencies
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Checkout
2323 uses : actions/checkout@v5
24- - uses : actions/setup-python@v5
24+ - uses : actions/setup-python@v6
2525 - uses : actions/cache@v4
2626 with :
2727 path : |
You can’t perform that action at this time.
0 commit comments