File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1212 MIX_ENV : test
1313
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616
1717 - name : Install Rebar & Hex
1818 run : mix local.hex --force && mix local.rebar --force
2121 run : apk add --no-cache tar
2222
2323 - name : Cache Deps & Build
24- uses : actions/cache@v2
24+ uses : actions/cache@v4
2525 with :
2626 key : ${{github.ref}}-deps-build-cache
2727 path : |
Original file line number Diff line number Diff line change 1212 MIX_ENV : test
1313
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616
1717 - name : Install Rebar & Hex
1818 run : mix local.hex --force && mix local.rebar --force
2121 run : apk add --no-cache tar
2222
2323 - name : Cache Deps & Build
24- uses : actions/cache@v2
24+ uses : actions/cache@v4
2525 with :
2626 key : ${{github.ref}}-deps-build-cache
2727 path : |
Original file line number Diff line number Diff line change 1212 MIX_ENV : test
1313
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616
1717 - name : Install Rebar & Hex
1818 run : mix local.hex --force && mix local.rebar --force
2121 run : apk add --no-cache tar
2222
2323 - name : Cache Deps & Build
24- uses : actions/cache@v2
24+ uses : actions/cache@v4
2525 with :
2626 key : ${{ runner.os }}-mix-dialyzer-${{ hashFiles('**/mix.lock') }}
2727 path : |
Original file line number Diff line number Diff line change 1212 MIX_ENV : test
1313
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616
1717 - name : Install Rebar & Hex
1818 run : mix local.hex --force && mix local.rebar --force
2121 run : apk add --no-cache tar
2222
2323 - name : Cache Deps & Build
24- uses : actions/cache@v2
24+ uses : actions/cache@v4
2525 with :
2626 key : ${{github.ref}}-deps-build-cache
2727 path : |
You can’t perform that action at this time.
0 commit comments