We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5de49f + 56351df commit ebd95a6Copy full SHA for ebd95a6
1 file changed
.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- name: Checkout jbossws-common
26
uses: actions/checkout@v6
27
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
28
with:
29
path: ~/.m2/repository
30
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments