|
25 | 25 | otp-version: ${{matrix.elixir-otp.otp}} |
26 | 26 | elixir-version: ${{matrix.elixir-otp.elixir}} |
27 | 27 |
|
28 | | - - uses: actions/cache@v4 |
| 28 | + - uses: actions/cache@v5 |
29 | 29 | id: cache |
30 | 30 | with: |
31 | 31 | path: deps |
@@ -56,13 +56,13 @@ jobs: |
56 | 56 | otp-version: ${{matrix.elixir-otp.otp}} |
57 | 57 | elixir-version: ${{matrix.elixir-otp.elixir}} |
58 | 58 |
|
59 | | - - uses: actions/cache@v4 |
| 59 | + - uses: actions/cache@v5 |
60 | 60 | id: deps-cache |
61 | 61 | with: |
62 | 62 | path: deps |
63 | 63 | key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }} |
64 | 64 |
|
65 | | - - uses: actions/cache@v4 |
| 65 | + - uses: actions/cache@v5 |
66 | 66 | with: |
67 | 67 | path: _build |
68 | 68 | key: ${{ runner.os }}-v1-dialyzer-${{matrix.elixir-otp.otp}}-${{ matrix.elixir-otp.elixir }}-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }} |
@@ -105,7 +105,7 @@ jobs: |
105 | 105 | otp-version: ${{matrix.elixir-otp.otp}} |
106 | 106 | elixir-version: ${{matrix.elixir-otp.elixir}} |
107 | 107 |
|
108 | | - - uses: actions/cache@v4 |
| 108 | + - uses: actions/cache@v5 |
109 | 109 | id: cache |
110 | 110 | with: |
111 | 111 | path: deps |
@@ -142,7 +142,7 @@ jobs: |
142 | 142 | otp-version: ${{matrix.elixir-otp.otp}} |
143 | 143 | elixir-version: ${{matrix.elixir-otp.elixir}} |
144 | 144 |
|
145 | | - - uses: actions/cache@v4 |
| 145 | + - uses: actions/cache@v5 |
146 | 146 | id: cache |
147 | 147 | with: |
148 | 148 | path: deps |
@@ -188,7 +188,7 @@ jobs: |
188 | 188 | otp-version: ${{matrix.elixir-otp.otp}} |
189 | 189 | elixir-version: ${{matrix.elixir-otp.elixir}} |
190 | 190 |
|
191 | | - - uses: actions/cache@v4 |
| 191 | + - uses: actions/cache@v5 |
192 | 192 | id: cache |
193 | 193 | with: |
194 | 194 | path: deps |
@@ -228,7 +228,7 @@ jobs: |
228 | 228 |
|
229 | 229 | - run: brew install erlang elixir |
230 | 230 |
|
231 | | - - uses: actions/cache@v4 |
| 231 | + - uses: actions/cache@v5 |
232 | 232 | id: cache |
233 | 233 | with: |
234 | 234 | path: deps |
|
0 commit comments