File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747 distribution : ' adopt'
4848 - name : Install Protoc
4949 run : sudo apt install -y protobuf-compiler
50- - uses : actions/cache@v2
50+ - uses : actions/cache@v4
5151 with :
5252 path : ~/.m2/repository
5353 key : ${{ runner.os }}-maven
Original file line number Diff line number Diff line change 4343 distribution : ' adopt'
4444 - name : Install Protoc
4545 run : sudo apt install -y protobuf-compiler
46- - uses : actions/cache@v2
46+ - uses : actions/cache@v4
4747 with :
4848 path : ~/.m2/repository
4949 key : ${{ runner.os }}-maven
Original file line number Diff line number Diff line change 4949 - name : Install jekyll
5050 run : |
5151 sudo gem install jekyll bundler
52- - uses : actions/cache@v2
52+ - uses : actions/cache@v4
5353 with :
5454 path : ~/.m2/repository
5555 key : ${{ runner.os }}-maven
You can’t perform that action at this time.
0 commit comments