File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout Repo
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Unshallow clone for tags
1616 run : git fetch --prune --unshallow --tags
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout Repo
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : Unshallow clone for tags
3030 run : git fetch --prune --unshallow --tags
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : Checkout Repo
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656
5757 - name : Unshallow clone for tags
5858 run : git fetch --prune --unshallow --tags
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout Repo
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : Install Go
3030 uses : actions/setup-go@v5
4545 needs : lint
4646 steps :
4747 - name : Checkout Repo
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949
5050 - name : Unshallow clone for tags
5151 run : git fetch --prune --unshallow --tags
9999 needs : publish-binary
100100 steps :
101101 - name : Checkout Repo
102- uses : actions/checkout@v4
102+ uses : actions/checkout@v5
103103
104104 - name : Unshallow clone for tags
105105 run : git fetch --prune --unshallow --tags
You can’t perform that action at this time.
0 commit comments