File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
- name : Print cabal.project.local
104
104
shell : bash
105
105
run : cat cabal.project.local
106
- - uses : actions/cache@v3
106
+ - uses : actions/cache@v4
107
107
name : Cache dist-newstyle
108
108
with :
109
109
path : |
@@ -213,7 +213,7 @@ jobs:
213
213
OS : ${{ matrix.os }}
214
214
steps :
215
215
- name : Get build artifacts
216
- uses : actions/download-artifact@v3
216
+ uses : actions/download-artifact@v4
217
217
with :
218
218
name : pact-applications.${{ matrix.ghc }}.${{ matrix.os }}
219
219
path : pact
@@ -249,16 +249,16 @@ jobs:
249
249
type=ref,event=tag
250
250
type=ref,event=pr
251
251
- name : Set up Docker Buildx
252
- uses : docker/setup-buildx-action@v2
252
+ uses : docker/setup-buildx-action@v3
253
253
- name : Cache Docker layers
254
- uses : actions/cache@v3
254
+ uses : actions/cache@v4
255
255
with :
256
256
path : /tmp/.buildx-cache
257
257
key : ${{ runner.os }}-buildx-${{ github.sha }}
258
258
restore-keys : |
259
259
${{ runner.os }}-buildx-
260
260
- name : Login to GitHub Container Registry
261
- uses : docker/login-action@v2
261
+ uses : docker/login-action@v3
262
262
with :
263
263
registry : ghcr.io
264
264
username : kadena-build
You can’t perform that action at this time.
0 commit comments