File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616
1717 - name : Setup Go
1818 uses : actions/setup-go@v5
3232 runs-on : ${{ matrix.platform }}
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v6
3636
3737 - name : Setup Go with cache
3838 uses : actions/setup-go@v5
5353 image_latest : ${{ steps.image-ref.outputs.image_latest }}
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v6
5757
5858 - name : Set up docker buildx
5959 uses : docker/setup-buildx-action@v3
@@ -140,7 +140,7 @@ jobs:
140140 runs-on : ubuntu-latest
141141 steps :
142142 - name : Checkout
143- uses : actions/checkout@v4
143+ uses : actions/checkout@v6
144144 with :
145145 fetch-depth : 0
146146
You can’t perform that action at this time.
0 commit comments