pull/42/head
ghostrick 6 years ago
parent eb19cb0c39
commit 2a45f7a628

@ -112,7 +112,7 @@ uses: actions/cache@preview
## Elixir - Mix ## Elixir - Mix
```yaml ```yaml
- uses: actions.cache@preview - uses: actions/cache@preview
with: with:
path: deps path: deps
key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }} key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}

Loading…
Cancel
Save