We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5631505 commit 249a5d6Copy full SHA for 249a5d6
.github/workflows/boundary.yaml
@@ -18,7 +18,7 @@ jobs:
18
elixir-version: 1.15.4
19
20
- name: Restore cached deps
21
- uses: actions/cache@v1
+ uses: actions/cache@v4
22
with:
23
path: deps
24
key: deps-${{ env.CACHE_VERSION }}-${{ github.ref }}-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
0 commit comments