chore(deps): update actions/cache action to v4 (#292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
835905ba86
commit
116260cbff
|
@ -350,7 +350,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@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/deps
|
~/deps
|
||||||
|
|
Loading…
Reference in New Issue