File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252 go-version : ${{ env.GO_VERSION }}
5353
5454 - name : Cache Go modules
55- uses : actions/cache@v3
55+ uses : actions/cache@v5
5656 with :
5757 path : ~/go/pkg/mod
5858 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -130,7 +130,7 @@ jobs:
130130
131131 - name : Upload artifacts
132132 if : steps.check_component.outputs.exists == 'true' && always()
133- uses : actions/upload-artifact@v3
133+ uses : actions/upload-artifact@v6
134134 with :
135135 name : ${{ matrix.component }}
136136 path : ${{ matrix.component }}/*
@@ -144,7 +144,7 @@ jobs:
144144 - uses : actions/checkout@v6
145145
146146 - name : Set up Docker Buildx
147- uses : docker/setup-buildx-action@v2
147+ uses : docker/setup-buildx-action@v3
148148
149149 - name : Login to Docker Hub
150150 uses : docker/login-action@v2
Original file line number Diff line number Diff line change 7373 - uses : actions/checkout@v6
7474
7575 - name : Set up Docker Buildx
76- uses : docker/setup-buildx-action@v2
76+ uses : docker/setup-buildx-action@v3
7777
7878 - name : Log in to Container Registry
7979 uses : docker/login-action@v2
You can’t perform that action at this time.
0 commit comments