Compare commits

..

No commits in common. "639f07ccdc0c4bc04daa135e474cc1c468b031e2" and "2b6dc4888085480c81ac9d35f35a57b874c0a844" have entirely different histories.

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v5
- name: Cache Maven packages
uses: actions/cache@v5
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@ -27,7 +27,7 @@ jobs:
- name: Cache node modules
id: cache-npm
uses: actions/cache@v5
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with: