We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24e145 commit 693e798Copy full SHA for 693e798
1 file changed
.github/workflows/build_test.yml
@@ -39,7 +39,7 @@ jobs:
39
40
# Try to find and apply jbosstools cache
41
- name: Cache local Maven repository for JBoss Tools components
42
- uses: actions/cache@v2
+ uses: actions/cache@v4
43
with:
44
path: ~/.m2/repository
45
key: jbosstools-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments