Skip to content

Commit

Permalink
Merge pull request #130 from ShapovalovaIrina/update-actions-cache-ve…
Browse files Browse the repository at this point in the history
…rsion

fix: update actions/cache to v4
  • Loading branch information
zmstone authored Feb 6, 2025
2 parents de2d276 + 5eace5a commit fe32235
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 @@ -28,14 +28,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Cache Hex packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache/rebar3/hex/hexpm/packages
key: ${{ runner.os }}-hex2-${{ hashFiles(format('{0}{1}', github.workspace, '/rebar.lock')) }}
restore-keys: |
${{ runner.os }}-hex2-
- name: Cache Dialyzer PLTs
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache/rebar3/rebar3_*_plt
key: ${{ runner.os }}--dialyzer2-${{ hashFiles(format('{0}{1}', github.workspace, '/rebar.config')) }}
Expand Down

0 comments on commit fe32235

Please sign in to comment.