File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ' ubuntu-latest'
1010 steps :
1111 - name : Checkout code
12- uses : actions/checkout@v6
12+ uses : actions/checkout@v7
1313 with :
1414 fetch-depth : 0 # for conventional commits and getting all git tags
1515 persist-credentials : false
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v7
1515
1616 - name : Set up Go
1717 uses : actions/setup-go@v6
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v6
21+ uses : actions/checkout@v7
2222
2323 - name : Set up Go
2424 uses : actions/setup-go@v6
2525 with :
2626 go-version-file : go.mod
2727
2828 - name : Cache Go modules
29- uses : actions/cache@v5
29+ uses : actions/cache@v6
3030 with :
3131 path : |
3232 ~/go/pkg/mod
3939 uses : docker/setup-buildx-action@v4
4040
4141 - name : Cache Docker layers
42- uses : actions/cache@v5
42+ uses : actions/cache@v6
4343 with :
4444 path : /tmp/.buildx-cache
4545 key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v6
23+ uses : actions/checkout@v7
2424
2525 - name : Set up Go
2626 uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 4040 with :
4141 release-type-input : ${{ inputs.release-type }}
4242 - name : Checkout code
43- uses : actions/checkout@v6
43+ uses : actions/checkout@v7
4444 with :
4545 fetch-depth : 0 # for conventional commits and getting all git tags
4646 persist-credentials : false
You can’t perform that action at this time.
0 commit comments