Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "::set-output name=cache_key::$cache_key"

- name: Retrieve Mix Dependencies Cache
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
id: mix-cache # id to use in retrieve action
with:
path: deps
Expand All @@ -55,7 +55,7 @@ jobs:
run: mix

- name: Retrieve PLT Cache
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
id: plt-cache
with:
path: priv/plts
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
echo "::set-output name=cache_key::$cache_key"

- name: Retrieve Mix Dependencies Cache
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
id: mix-cache # id to use in retrieve action
with:
path: deps
Expand Down
Loading