File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 deploy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : actions/setup-python@v5
1515 with :
1616 python-version : 3.x
Original file line number Diff line number Diff line change 2020 runs-on : ${{ matrix.os }}
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : actions/setup-go@v5
2525 with :
2626 go-version : ${{ matrix.go }}
3838 runs-on : ${{ matrix.os }}
3939
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 - name : Setup Go ${{ matrix.go-version }}
4343 uses : actions/setup-go@v5
4444 with :
5858 runs-on : ${{ matrix.os }}
5959
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v5
6262 - name : Setup Go ${{ matrix.go-version }}
6363 uses : actions/setup-go@v5
6464 with :
7777 runs-on : ${{ matrix.os }}
7878
7979 steps :
80- - uses : actions/checkout@v4
80+ - uses : actions/checkout@v5
8181 - name : Setup Go ${{ matrix.go-version }}
8282 uses : actions/setup-go@v5
8383 with :
You can’t perform that action at this time.
0 commit comments