Skip to content

Commit 35af73c

Browse files
Update actions/cache action to v5.0.4
1 parent 6f091c0 commit 35af73c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
otp-version: ${{ env.OTP_VERSION }}
2727
elixir-version: ${{ env.ELIXIR_VERSION }}
2828
- name: Restore dependencies and build cache
29-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
29+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3030
with:
3131
path: |
3232
_build
@@ -73,7 +73,7 @@ jobs:
7373
otp-version: ${{ matrix.otp }}
7474
elixir-version: ${{ matrix.elixir }}
7575
- name: Restore dependencies and build cache
76-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
76+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7777
with:
7878
path: |
7979
_build
@@ -134,7 +134,7 @@ jobs:
134134
otp-version: ${{ env.OTP_VERSION }}
135135
elixir-version: ${{ env.ELIXIR_VERSION }}
136136
- name: Restore dependencies and build cache
137-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
137+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
138138
with:
139139
path: |
140140
_build
@@ -164,15 +164,15 @@ jobs:
164164
elixir-version: ${{ env.ELIXIR_VERSION }}
165165

166166
- name: Restore dependencies and build cache
167-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
167+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
168168
with:
169169
path: |
170170
_build
171171
deps
172172
key: ${{ runner.os }}-otp-${{ steps.beam.outputs.otp-version }}-elixir-${{ steps.beam.outputs.elixir-version }}-mix-${{ hashFiles('mix.lock') }}
173173
restore-keys: ${{ runner.os }}-otp-${{ steps.beam.outputs.otp-version }}-elixir-${{ steps.beam.outputs.elixir-version }}-
174174
- name: Restore PLT cache
175-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
175+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
176176
id: plt_cache
177177
with:
178178
key: |

0 commit comments

Comments
 (0)