File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 CACHE_VERSION : v2
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414
1515 - uses : erlef/setup-elixir@v1
1616 with :
1717 otp-version : 26.0
1818 elixir-version : 1.15.4
1919
2020 - name : Restore cached deps
21- uses : actions/cache@v1
21+ uses : actions/cache@v4
2222 with :
2323 path : deps
2424 key : deps-${{ env.CACHE_VERSION }}-${{ github.ref }}-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
2727 deps-${{ env.CACHE_VERSION }}-
2828
2929 - name : Restore cached build
30- uses : actions/cache@v1
30+ uses : actions/cache@v4
3131 with :
3232 path : _build
3333 key : build-${{ env.CACHE_VERSION }}-${{ github.ref }}-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
You can’t perform that action at this time.
0 commit comments