File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1919 strategy :
2020 matrix :
2121 include :
22- - { elixir: 1.14, otp: 23 }
2322 - { elixir: 1.14, otp: 24 }
2423 - { elixir: 1.14, otp: 25 }
2524 - { elixir: 1.15, otp: 24 }
@@ -46,14 +45,14 @@ jobs:
4645 - 5432:5432
4746
4847 steps :
49- - uses : actions/checkout@v3
48+ - uses : actions/checkout@v4
5049 - uses : erlef/setup-beam@v1
5150 id : beam
5251 with :
5352 otp-version : ${{matrix.otp}}
5453 elixir-version : ${{matrix.elixir}}
5554 - name : Restore dependencies and build cache
56- uses : actions/cache@v3
55+ uses : actions/cache@v4
5756 with :
5857 path : |
5958 _build
@@ -75,22 +74,22 @@ jobs:
7574 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7675
7776 steps :
78- - uses : actions/checkout@v3
77+ - uses : actions/checkout@v4
7978 - uses : erlef/setup-beam@v1
8079 id : beam
8180 with :
8281 otp-version : ${{ env.OTP_VERSION }}
8382 elixir-version : ${{ env.ELIXIR_VERSION}}
8483 - name : Restore dependencies and build cache
85- uses : actions/cache@v3
84+ uses : actions/cache@v4
8685 with :
8786 path : |
8887 _build
8988 deps
9089 key : ${{ runner.os }}-otp-${{ steps.beam.outputs.otp-version }}-elixir-${{ steps.beam.outputs.elixir-version }}-mix-${{ hashFiles('mix.lock') }}
9190 restore-keys : ${{ runner.os }}-otp-${{ steps.beam.outputs.otp-version }}-elixir-${{ steps.beam.outputs.elixir-version }}-
9291 - name : Restore PLT cache
93- uses : actions/cache@v3
92+ uses : actions/cache@v4
9493 id : plt_cache
9594 with :
9695 key : |
You can’t perform that action at this time.
0 commit comments