File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-24.04
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636
3737 - name : Setup Go
3838 uses : actions/setup-go@v5
5252 runs-on : ubuntu-24.04
5353 steps :
5454 - name : Checkout
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656
5757 - name : Setup Go
5858 uses : actions/setup-go@v5
8787 install : true
8888
8989 - name : Checkout
90- uses : actions/checkout@v4
90+ uses : actions/checkout@v5
9191
9292 # We ask Docker to use GitHub Action's native caching support to speed up
9393 # the build, per https://docs.docker.com/build/cache/backends/gha/.
@@ -127,7 +127,7 @@ jobs:
127127 - build
128128 steps :
129129 - name : Checkout
130- uses : actions/checkout@v4
130+ uses : actions/checkout@v5
131131
132132 - name : Download Single-Platform Packages
133133 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments