Skip to content

Commit f8b8e4e

Browse files
chore(deps): bump actions/cache from 3 to 4 (#20)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5744834 commit f8b8e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
elixir-version: ${{ env.ELIXIR_VERSION }}
2828

2929
- name: Set up cache
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
id: mix-cache
3232
with:
3333
path: |

0 commit comments

Comments
 (0)