chore(deps): update actions/cache action to v3 (#236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f87d07990f
commit
f3c25630a6
|
@ -107,7 +107,7 @@ jobs:
|
||||||
elixir-version: ${{ matrix.elixir_version }}
|
elixir-version: ${{ matrix.elixir_version }}
|
||||||
rebar3-version: ${{ matrix.rebar3_version }}
|
rebar3-version: ${{ matrix.rebar3_version }}
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/deps
|
~/deps
|
||||||
|
|
Loading…
Reference in New Issue