File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252 echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT
5353
5454 - name : Cache Lexer and Parser
55- uses : actions/cache@v4
55+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
5656 id : cache-lexer-parser
5757 with :
5858 path : ${{ github.workspace }}/src/main/gen
@@ -127,7 +127,7 @@ jobs:
127127 cache-read-only : true
128128
129129 - name : Cache Lexer and Parser
130- uses : actions/cache@v4
130+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
131131 id : cache-lexer-parser
132132 with :
133133 path : ${{ github.workspace }}/src/main/gen
@@ -185,7 +185,7 @@ jobs:
185185 cache-read-only : true
186186
187187 - name : Cache Lexer and Parser
188- uses : actions/cache@v4
188+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
189189 id : cache-lexer-parser
190190 with :
191191 path : ${{ github.workspace }}/src/main/gen
@@ -202,7 +202,7 @@ jobs:
202202 run : ./gradlew generateParser
203203
204204 - name : Setup Plugin Verifier IDEs Cache
205- uses : actions/cache@v4
205+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
206206 with :
207207 path : ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
208208 key : plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}
You can’t perform that action at this time.
0 commit comments