Skip to content

Commit 78d8e9b

Browse files
chore(deps): update actions/cache action to v6 (#922)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f9e36f commit 78d8e9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/elixir.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
elixir-version: ${{ matrix.elixir }}
5353
otp-version: ${{ matrix.otp }}
5454
- name: Retrieve Mix Dependencies Cache
55-
uses: actions/cache@v5
55+
uses: actions/cache@v6
5656
id: mix-cache # id to use in retrieve action
5757
with:
5858
path: deps
@@ -103,13 +103,13 @@ jobs:
103103
elixir-version: ${{ matrix.elixir }}
104104
otp-version: ${{ matrix.otp }}
105105
- name: Retrieve Mix Dependencies Cache
106-
uses: actions/cache@v5
106+
uses: actions/cache@v6
107107
id: mix-cache # id to use in retrieve action
108108
with:
109109
path: deps
110110
key: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-mix-${{ hashFiles('mix.lock') }}
111111
- name: Retrieve PLT Cache
112-
uses: actions/cache@v5
112+
uses: actions/cache@v6
113113
id: plt-cache
114114
with:
115115
path: priv/plts

0 commit comments

Comments
 (0)