Skip to content

Commit ebd95a6

Browse files
authored
Merge pull request #54 from jbossws/dependabot/github_actions/actions/cache-5
2 parents c5de49f + 56351df commit ebd95a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Checkout jbossws-common
2626
uses: actions/checkout@v6
27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v5
2828
with:
2929
path: ~/.m2/repository
3030
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)