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 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout Repo
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626
2727 - name : Unshallow clone for tags
2828 run : git fetch --prune --unshallow --tags
4545 runs-on : ubuntu-latest
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
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
8888 needs : publish-binary
8989 steps :
9090 - name : Checkout Repo
91- uses : actions/checkout@v4
91+ uses : actions/checkout@v5
9292
9393 - name : Unshallow clone for tags
9494 run : git fetch --prune --unshallow --tags
You can’t perform that action at this time.
0 commit comments