File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
uses : ruby/setup-ruby@v1
62
62
with :
63
63
ruby-version : 3.1.4
64
- - uses : actions/cache@v2
64
+ - uses : actions/cache@v4
65
65
with :
66
66
path : vendor/bundle
67
67
key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Original file line number Diff line number Diff line change 16
16
- name : Set up Docker Buildx
17
17
uses : docker/setup-buildx-action@v1
18
18
- name : Cache Docker layers
19
- uses : actions/cache@v2
19
+ uses : actions/cache@v4
20
20
with :
21
21
path : /tmp/.buildx-cache
22
22
key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 15
15
- name : Set up Docker Buildx
16
16
uses : docker/setup-buildx-action@v1
17
17
- name : Cache Docker layers
18
- uses : actions/cache@v2
18
+ uses : actions/cache@v4
19
19
with :
20
20
path : /tmp/.buildx-cache
21
21
key : ${{ runner.os }}-buildx-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments