File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 fetch-depth : ${{ github.event_name == 'pull_request_target' && 2 || 0 }}
2020
2121 - name : Cache pip manually
22- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
22+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
2323 with :
2424 path : ~/.cache/pip
2525 key : ${{ runner.os }}-pip-entropy-${{ hashFiles('.github/workflows/compute-entropy.py') }}
Original file line number Diff line number Diff line change 2222 distribution : ' zulu'
2323 java-version : ' 26'
2424 - name : Cache Gradle packages
25- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
25+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
2626 with :
2727 path : ~/.gradle/caches
2828 key : ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 2424 distribution : ' zulu'
2525 java-version : ' 26'
2626 - name : Cache Gradle packages
27- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
27+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
2828 with :
2929 path : ~/.gradle/caches
3030 key : ${{ runner.os }}-gradle-1-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 3737 java-version : ' ${{ matrix.jdk }}-ea'
3838
3939 - name : Cache Gradle packages
40- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
40+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
4141 with :
4242 path : ~/.gradle/caches
4343 key : ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 2626 distribution : ' zulu'
2727 java-version : ' 26'
2828 - name : Cache Gradle packages
29- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
29+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
3030 with :
3131 path : ~/.gradle/caches
3232 key : ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}
5858 distribution : ' zulu'
5959 java-version : ' 26'
6060 - name : Cache Gradle packages
61- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
61+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
6262 with :
6363 path : ~/.gradle/caches
6464 key : ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 2525 distribution : ' zulu'
2626 java-version : ' 26'
2727 - name : Cache Gradle packages
28- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
28+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
2929 with :
3030 path : ~/.gradle/caches
3131 key : ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}
7171 distribution : ' zulu'
7272 java-version : ' 26'
7373 - name : Cache Gradle packages
74- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
74+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
7575 with :
7676 path : ~/.gradle/caches
7777 key : ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}
You can’t perform that action at this time.
0 commit comments