File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,18 +53,18 @@ jobs:
5353 - elixir : ' 1.20'
5454 otp : ' 29'
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 - uses : erlef/setup-beam@v1
5858 with :
5959 elixir-version : ${{ matrix.elixir }}
6060 otp-version : ${{ matrix.otp }}
6161 - name : Restore deps cache
62- uses : actions/cache@v4
62+ uses : actions/cache@v5
6363 with :
6464 path : deps
6565 key : deps-${{ runner.os }}-${{ matrix.elixir }}-${{ matrix.otp }}-${{ hashFiles('**/mix.lock') }}
6666 - name : Restore _build cache
67- uses : actions/cache@v4
67+ uses : actions/cache@v5
6868 with :
6969 path : _build
7070 key : build-${{ runner.os }}-${{ matrix.elixir }}-${{ matrix.otp }}-${{ hashFiles('**/mix.lock') }}
@@ -85,18 +85,18 @@ jobs:
8585 name : dialyzer (latest)
8686 runs-on : ubuntu-latest
8787 steps :
88- - uses : actions/checkout@v4
88+ - uses : actions/checkout@v5
8989 - uses : erlef/setup-beam@v1
9090 with :
9191 elixir-version : ' 1.20'
9292 otp-version : ' 29'
9393 - name : Restore deps cache
94- uses : actions/cache@v4
94+ uses : actions/cache@v5
9595 with :
9696 path : deps
9797 key : deps-${{ runner.os }}-latest-${{ hashFiles('**/mix.lock') }}
9898 - name : Restore _build cache
99- uses : actions/cache@v4
99+ uses : actions/cache@v5
100100 with :
101101 path : _build
102102 key : build-${{ runner.os }}-latest-${{ hashFiles('**/mix.lock') }}
Original file line number Diff line number Diff line change 1111 permissions :
1212 contents : write
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Extract changelog
1616 id : changelog
1717 run : |
You can’t perform that action at this time.
0 commit comments