File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7373 otp-version : ${{matrix.otp}}
7474 elixir-version : ${{matrix.elixir}}
7575 - name : Cache mix deps
76- uses : actions/cache@v4
76+ uses : actions/cache@v5
7777 with :
7878 path : |
7979 deps
8686 shell : bash
8787 run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
8888 - name : Get node deps
89- uses : actions/cache@v4
89+ uses : actions/cache@v5
9090 with :
9191 path : ${{ steps.npm-cache-dir.outputs.dir }}
9292 key : nodejs-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -73,17 +73,17 @@ jobs:
7373 otp-version : ${{matrix.otp}}
7474 elixir-version : ${{matrix.elixir}}
7575 - name : Get Deps cache
76- uses : actions/cache@v4
76+ uses : actions/cache@v5
7777 with :
7878 path : deps/
7979 key : deps-${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles('**/mix.lock') }}
8080 - name : Get BUILD cache
81- uses : actions/cache@v4
81+ uses : actions/cache@v5
8282 with :
8383 path : _build/test/
8484 key : build-${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles('**/mix.lock') }}
8585 - name : Cache build artifacts
86- uses : actions/cache@v4
86+ uses : actions/cache@v5
8787 with :
8888 path : |
8989 $HOME/.hex
Original file line number Diff line number Diff line change @@ -71,17 +71,17 @@ jobs:
7171 otp-version : ${{matrix.otp}}
7272 elixir-version : ${{matrix.elixir}}
7373 - name : Get Deps cache
74- uses : actions/cache@v4
74+ uses : actions/cache@v5
7575 with :
7676 path : deps/
7777 key : deps-${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles('**/mix.lock') }}
7878 - name : Get BUILD cache
79- uses : actions/cache@v4
79+ uses : actions/cache@v5
8080 with :
8181 path : _build/test/
8282 key : build-${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles('**/mix.lock') }}
8383 - name : Cache build artifacts
84- uses : actions/cache@v4
84+ uses : actions/cache@v5
8585 with :
8686 path : |
8787 $HOME/.hex
Original file line number Diff line number Diff line change 6969 otp-version : ${{matrix.otp}}
7070 elixir-version : ${{matrix.elixir}}
7171 - name : Cache mix deps
72- uses : actions/cache@v4
72+ uses : actions/cache@v5
7373 with :
7474 path : |
7575 deps
8282 shell : bash
8383 run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
8484 - name : Get node deps
85- uses : actions/cache@v4
85+ uses : actions/cache@v5
8686 with :
8787 path : ${{ steps.npm-cache-dir.outputs.dir }}
8888 key : nodejs-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments