Skip to content

Commit e05e40e

Browse files
authored
Update applications.yml
1 parent 5d3bc92 commit e05e40e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/applications.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Print cabal.project.local
104104
shell: bash
105105
run: cat cabal.project.local
106-
- uses: actions/cache@v3
106+
- uses: actions/cache@v4
107107
name: Cache dist-newstyle
108108
with:
109109
path: |
@@ -213,7 +213,7 @@ jobs:
213213
OS: ${{ matrix.os }}
214214
steps:
215215
- name: Get build artifacts
216-
uses: actions/download-artifact@v3
216+
uses: actions/download-artifact@v4
217217
with:
218218
name: pact-applications.${{ matrix.ghc }}.${{ matrix.os }}
219219
path: pact
@@ -249,16 +249,16 @@ jobs:
249249
type=ref,event=tag
250250
type=ref,event=pr
251251
- name: Set up Docker Buildx
252-
uses: docker/setup-buildx-action@v2
252+
uses: docker/setup-buildx-action@v3
253253
- name: Cache Docker layers
254-
uses: actions/cache@v3
254+
uses: actions/cache@v4
255255
with:
256256
path: /tmp/.buildx-cache
257257
key: ${{ runner.os }}-buildx-${{ github.sha }}
258258
restore-keys: |
259259
${{ runner.os }}-buildx-
260260
- name: Login to GitHub Container Registry
261-
uses: docker/login-action@v2
261+
uses: docker/login-action@v3
262262
with:
263263
registry: ghcr.io
264264
username: kadena-build

0 commit comments

Comments
 (0)