Skip to content

Commit

Permalink
ci(action): update actions/cache action to v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-renovate[bot] authored Oct 24, 2024
1 parent 63476a2 commit 686cdc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
version-file: .tool-versions

- name: Restore dependencies cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
env:
cache-key: deps
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
elixir-version: ${{matrix.elixir}}

- name: Restore dependencies cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
env:
cache-key: deps
with:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Restore PLTs cache
id: restore_plts_cache
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
env:
cache-key: plts
with:
Expand All @@ -113,7 +113,7 @@ jobs:
mix dialyzer --plt
- name: Save PLTs cache
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
env:
cache-key: plts
if: steps.restore_plts_cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 686cdc6

Please sign in to comment.