Skip to content

Commit dd4b4c0

Browse files
committed
Migrate to version-check from common workflows
1 parent 6c20fb9 commit dd4b4c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/version-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010

1111
jobs:
1212
version-check:
13-
uses: coditory/jvm-workflows/.github/workflows/version-check.yml@v1
13+
uses: coditory/workflows/.github/workflows/version-check.yml@v1
1414
secrets: inherit
1515
with:
1616
debug: true
1717
java-version: 21
18+
version-command: ./gradle version --quiet

0 commit comments

Comments
 (0)