|
26 | 26 | otp-version: ${{ env.OTP_VERSION }} |
27 | 27 | elixir-version: ${{ env.ELIXIR_VERSION }} |
28 | 28 | - name: Restore dependencies and build cache |
29 | | - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 29 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
30 | 30 | with: |
31 | 31 | path: | |
32 | 32 | _build |
|
73 | 73 | otp-version: ${{ matrix.otp }} |
74 | 74 | elixir-version: ${{ matrix.elixir }} |
75 | 75 | - name: Restore dependencies and build cache |
76 | | - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 76 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
77 | 77 | with: |
78 | 78 | path: | |
79 | 79 | _build |
@@ -134,7 +134,7 @@ jobs: |
134 | 134 | otp-version: ${{ env.OTP_VERSION }} |
135 | 135 | elixir-version: ${{ env.ELIXIR_VERSION }} |
136 | 136 | - name: Restore dependencies and build cache |
137 | | - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 137 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
138 | 138 | with: |
139 | 139 | path: | |
140 | 140 | _build |
@@ -164,15 +164,15 @@ jobs: |
164 | 164 | elixir-version: ${{ env.ELIXIR_VERSION }} |
165 | 165 |
|
166 | 166 | - name: Restore dependencies and build cache |
167 | | - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 167 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
168 | 168 | with: |
169 | 169 | path: | |
170 | 170 | _build |
171 | 171 | deps |
172 | 172 | key: ${{ runner.os }}-otp-${{ steps.beam.outputs.otp-version }}-elixir-${{ steps.beam.outputs.elixir-version }}-mix-${{ hashFiles('mix.lock') }} |
173 | 173 | restore-keys: ${{ runner.os }}-otp-${{ steps.beam.outputs.otp-version }}-elixir-${{ steps.beam.outputs.elixir-version }}- |
174 | 174 | - name: Restore PLT cache |
175 | | - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 175 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
176 | 176 | id: plt_cache |
177 | 177 | with: |
178 | 178 | key: | |
|
0 commit comments