Skip to content

Commit 249a5d6

Browse files
committed
Fix CI build
1 parent 5631505 commit 249a5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/boundary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
elixir-version: 1.15.4
1919

2020
- name: Restore cached deps
21-
uses: actions/cache@v1
21+
uses: actions/cache@v4
2222
with:
2323
path: deps
2424
key: deps-${{ env.CACHE_VERSION }}-${{ github.ref }}-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}

0 commit comments

Comments
 (0)