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 3939 ruby-version : ${{ matrix.ruby }}
4040 bundler-cache : true
4141 - name : Cache redis build
42- uses : actions/cache@v4
42+ uses : actions/cache@v5
4343 with :
4444 path : tmp/cache
4545 key : " local-tmp-cache-${{ matrix.redis }}-on-${{ matrix.os }}"
7171 ruby-version : ${{ matrix.ruby }}
7272 bundler-cache : true
7373 - name : Cache redis build
74- uses : actions/cache@v4
74+ uses : actions/cache@v5
7575 with :
7676 path : tmp/cache
7777 key : " local-tmp-cache-${{ matrix.redis }}-on-${{ matrix.os }}"
@@ -106,7 +106,7 @@ jobs:
106106 ruby-version : ${{ matrix.ruby }}
107107 bundler-cache : true
108108 - name : Cache redis build
109- uses : actions/cache@v4
109+ uses : actions/cache@v5
110110 with :
111111 path : tmp/cache
112112 key : " local-tmp-cache-${{ matrix.redis }}-on-${{ matrix.os }}"
You can’t perform that action at this time.
0 commit comments