Skip to content

Commit 79107d5

Browse files
ci: update actions/cache to v4.2.0
1 parent 9adbdbc commit 79107d5

File tree

1 file changed

+2
-2
lines changed
  • .github/actions/setup-elixir-and-cache-deps

1 file changed

+2
-2
lines changed

.github/actions/setup-elixir-and-cache-deps/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444

4545
- name: Cache deps
4646
id: cache-deps
47-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
47+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
4848
with:
4949
path: deps
5050
key: ${{ runner.os }}-mix-${{ inputs.cache-name-deps }}-${{ hashFiles('**/mix.lock') }}
@@ -53,7 +53,7 @@ runs:
5353
5454
- name: Cache compiled build
5555
id: cache-build
56-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
56+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
5757
with:
5858
path: |
5959
_build

0 commit comments

Comments
 (0)