Skip to content

Commit ed074be

Browse files
authored
use pivovarit/verify-jar-action@v1.2.0 (#3229)
1 parent 9bced1c commit ed074be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
run: ./mvnw -B package
3131

3232
- name: Verify jar
33-
uses: pivovarit/verify-jar-action@v1.1.0
33+
uses: pivovarit/verify-jar-action@v1.2.0
3434
with:
3535
directory: 'vavr/target'
36-
bytecode-version: '65'
36+
java-version: '21'
3737
max-checks: 10
3838

3939
deploy-snapshot:

0 commit comments

Comments
 (0)