We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e3ee8 commit 994a322Copy full SHA for 994a322
.github/workflows/codeql-analysis.yml
@@ -41,15 +41,15 @@ jobs:
41
distribution: 'temurin'
42
- name: Cache local Maven repository
43
if: matrix.language == 'java'
44
- uses: actions/cache@v2
+ uses: actions/cache@v3
45
with:
46
path: ~/.m2/repository
47
key: ${{ runner.os }}-maven-${{ hashFiles('tools/**/pom.xml') }}
48
restore-keys: |
49
${{ runner.os }}-maven-
50
- name: Cache local npm repository
51
if: matrix.language == 'javascript'
52
53
54
path: ~/.npm
55
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments