Skip to content
Closed
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: 'Check out repository'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: 'Cache local Maven repository'
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
Expand All @@ -51,7 +51,7 @@ jobs:
- name: 'Check out repository'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: 'Cache local Maven repository'
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: 'Check out repository'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: 'Cache local Maven repository'
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
Expand Down