Skip to content

Commit 95eb7cc

Browse files
committed
update CI
1 parent 4f0b4ba commit 95eb7cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v4
3232

3333
- name: Hex and Rebar setup
3434
run: |
3535
mix local.hex --force
3636
mix local.rebar --force
3737
3838
- name: Restore deps and _build cache
39-
uses: actions/cache@v2
39+
uses: actions/cache@v4
4040
with:
4141
path: |
4242
deps

0 commit comments

Comments
 (0)