Use new caches in CI build
This commit is contained in:
parent
16fb7a546a
commit
f2db24ffbb
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
4
.github/workflows/troubleshooting.yml
vendored
4
.github/workflows/troubleshooting.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user