Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT

- name: Cache Lexer and Parser
uses: actions/cache@v4
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
id: cache-lexer-parser
with:
path: ${{ github.workspace }}/src/main/gen
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
cache-read-only: true

- name: Cache Lexer and Parser
uses: actions/cache@v4
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
id: cache-lexer-parser
with:
path: ${{ github.workspace }}/src/main/gen
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
cache-read-only: true

- name: Cache Lexer and Parser
uses: actions/cache@v4
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
id: cache-lexer-parser
with:
path: ${{ github.workspace }}/src/main/gen
Expand All @@ -202,7 +202,7 @@ jobs:
run: ./gradlew generateParser

- name: Setup Plugin Verifier IDEs Cache
uses: actions/cache@v4
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
with:
path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}
Expand Down
Loading