File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209209 echo "timestamp=$(date +"%Y-%m-%d-%H:%M:%S" --utc)" >> ${GITHUB_OUTPUT}
210210
211211 - name : ccache cache files
212- uses : actions/cache@v3
212+ uses : actions/cache@v4
213213 with :
214214 path : ${{ github.workspace }}/.ccache
215215 key : ccache-${{ matrix.image.name }}-${{ matrix.image.tag }}-${{ matrix.target_arch }}-${{ matrix.llvm }}-${{ steps.ccache_prep.outputs.timestamp }}
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158 echo "timestamp=$(python -c 'from datetime import datetime; print(datetime.utcnow().strftime("%Y-%m-%d-%H:%M:%S"))')" >> ${GITHUB_OUTPUT}
159159
160160 - name : ccache cache files
161- uses : actions/cache@v3
161+ uses : actions/cache@v4
162162 with :
163163 path : ${{ github.workspace }}/.ccache
164164 key : ccache-${{ matrix.os.runner }}-${{ matrix.os.xcode }}-${{ matrix.llvm }}-${{ matrix.target_arch }}-${{ steps.ccache_prep.outputs.timestamp }}
You can’t perform that action at this time.
0 commit comments