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 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Repo
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515
1616 - run : |
1717 git config --local url."https://praneetloke:${GH_REPO_PAT}@github.com/".insteadOf "https://github.com/"
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout Repo
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424
2525 - name : Unshallow clone for tags
2626 run : git fetch --prune --unshallow --tags
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Checkout Repo
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747
4848 - run : |
4949 git config --global url."https://praneetloke:${GH_REPO_PAT}@github.com/".insteadOf "https://github.com/"
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@v5
27+ uses : actions/checkout@v6
2828
2929 - name : Install Go
3030 uses : actions/setup-go@v5
4545 needs : lint
4646 steps :
4747 - name : Checkout Repo
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949
5050 - run : |
5151 git config --global url."https://praneetloke:${GH_REPO_PAT}@github.com/".insteadOf "https://github.com/"
9393 needs : publish-binary
9494 steps :
9595 - name : Checkout Repo
96- uses : actions/checkout@v5
96+ uses : actions/checkout@v6
9797
9898 - run : |
9999 git config --global url."https://praneetloke:${GH_REPO_PAT}@github.com/".insteadOf "https://github.com/"
You can’t perform that action at this time.
0 commit comments