Skip to content

Commit 5a8f0d8

Browse files
committed
chore: bump action/cache
1 parent f372c2f commit 5a8f0d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-execution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
distribution: oracle
2020

2121
- name: Cache Maven packages
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/.m2/repository
2525
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
2626
restore-keys: |
2727
${{ runner.os }}-maven-
2828
2929
- name: Build with Maven
30-
run: mvn -B -q -DskipTests package --file pom.xml
30+
run: mvn -B -q -DskipTests package
3131

3232
- name: Run local tests
3333
run: mvn -B -q test -Pweb-execution -Dsuite=local -Dtarget=local -Dheadless=true -Dbrowser=chrome

0 commit comments

Comments
 (0)