Skip to content

Commit f811cc2

Browse files
committed
fix build failure
1 parent 1d5f58d commit f811cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cucumber-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
password: ${{ secrets.GITHUB_TOKEN }}
149149

150150
- name: Cache local Maven repository
151-
uses: actions/cache@v2
151+
uses: actions/cache@v4
152152
with:
153153
path: ~/.m2/repository
154154
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)