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 }}
|
||||
rebar3-version: ${{ matrix.rebar3_version }}
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/deps
|
||||
|
|
Loading…
Reference in New Issue