Skip to content

Commit

Permalink
Update actions/cache action to v4.2.2 (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 27, 2025
1 parent 876cb6d commit 5d53cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
rebar3-version: 3.23.0

- name: Restore _build
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
with:
path: _build
key: "_build-cache-for\
Expand All @@ -46,7 +46,7 @@ jobs:
-hash-${{hashFiles('rebar.lock')}}-${{hashFiles('rebar.config')}}"

- name: Restore rebar3's cache
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
with:
path: ~/.cache/rebar3
key: "rebar3-cache-for\
Expand Down

0 comments on commit 5d53cf8

Please sign in to comment.