Skip to content

Commit be7e70c

Browse files
Update actions/cache action to v5
1 parent bb1598d commit be7e70c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT
5353
5454
- name: Cache Lexer and Parser
55-
uses: actions/cache@v4
55+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
206206
with:
207207
path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
208208
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}

0 commit comments

Comments
 (0)