File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 otp : [23.3]
1919 steps :
2020 - name : checkout
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v4
2222 with :
2323 fetch-depth : 0
2424 - name : setup
2727 elixir-version : ${{ matrix.elixir }}
2828 otp-version : ${{ matrix.otp }}
2929 - name : Retrieve Cached Dependencies
30- uses : actions/cache@v2
30+ uses : actions/cache@v4
3131 id : mix-cache
3232 with :
3333 path : |
5454 elixir : [1.11]
5555 otp : [23.3]
5656 steps :
57- - uses : actions/checkout@v2
57+ - uses : actions/checkout@v4
5858 with :
5959 fetch-depth : 0
6060 - name : Setup elixir
6363 elixir-version : ${{ matrix.elixir }}
6464 otp-version : ${{ matrix.otp }}
6565 - name : Retrieve Cached Dependencies
66- uses : actions/cache@v2
66+ uses : actions/cache@v4
6767 id : mix-cache
6868 with :
6969 path : |
@@ -85,15 +85,15 @@ jobs:
8585 elixir : [1.11]
8686 otp : [23.3]
8787 steps :
88- - uses : actions/checkout@v2
88+ - uses : actions/checkout@v4
8989 with :
9090 fetch-depth : 0
9191 - uses : erlef/setup-beam@v1
9292 with :
9393 elixir-version : ${{ matrix.elixir }}
9494 otp-version : ${{ matrix.otp }}
9595 - name : Retrieve Cached Dependencies
96- uses : actions/cache@v2
96+ uses : actions/cache@v4
9797 id : mix-cache
9898 with :
9999 path : |
You can’t perform that action at this time.
0 commit comments