Use new caches in CI build

This commit is contained in:
Andreas Dangel 2022-03-18 17:04:02 +01:00
parent 16fb7a546a
commit f2db24ffbb
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3
2 changed files with 4 additions and 4 deletions

View File

@ -33,9 +33,9 @@ jobs:
~/.cache
~/work/pmd/target/repositories
vendor/bundle
key: v2-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
key: v3-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
restore-keys: |
v2-${{ runner.os }}-
v3-${{ runner.os }}-
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:

View File

@ -21,9 +21,9 @@ jobs:
~/.cache
~/work/pmd/target/repositories
vendor/bundle
key: v2-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
key: v3-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
restore-keys: |
v2-${{ runner.os }}-
v3-${{ runner.os }}-
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with: