File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1414 otp : ["27"]
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818
1919 - name : Install Elixir
2020 uses : erlef/setup-beam@v1
2323 elixir-version : ${{ matrix.elixir }}
2424
2525 - name : Cache dependencies
26- uses : actions/cache@v2
26+ uses : actions/cache@v3
2727 with :
2828 path : deps
2929 key : ${{ matrix.os }}-otp_${{ matrix.otp }}-elixir_${{ matrix.elixir }}-mix_${{ hashFiles('**/mix.lock') }}
3939 run : mix deps.unlock --check-unused
4040
4141 - name : Cache dialyzer
42- uses : actions/cache@v2
42+ uses : actions/cache@v3
4343 with :
4444 path : priv/plts
4545 key : plts-otp_${{ matrix.otp }}-elixir_${{ matrix.elixir }}
7171 otp : " 27"
7272 steps :
7373 - name : Checkout
74- uses : actions/checkout@v2
74+ uses : actions/checkout@v4
7575
7676 - name : Start services
7777 run : docker compose up -d --wait
8383 elixir-version : ${{ matrix.elixir }}
8484
8585 - name : Cache dependencies
86- uses : actions/cache@v2
86+ uses : actions/cache@v3
8787 with :
8888 path : deps
8989 key : ${{ matrix.os }}-otp_${{ matrix.otp }}-elixir_${{ matrix.elixir }}-mix_${{ hashFiles('**/mix.lock') }}
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v2
10+ uses : actions/checkout@v4
1111
1212 - name : Setup Elixir
1313 uses : erlef/setup-beam@v1
1414 with :
15- otp-version : " 24 "
16- elixir-version : " 1.13 "
15+ otp-version : " 27 "
16+ elixir-version : " 1.18 "
1717
1818 - name : Dependencies
1919 run : mix deps.get
You can’t perform that action at this time.
0 commit comments