Skip to content

Commit 296d9c1

Browse files
committed
setup JDK well
1 parent 8946a41 commit 296d9c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bump_version.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Checkout Latest Commit
13+
uses: actions/checkout@v4
14+
1215
- uses: actions/setup-java@v3
1316
with:
1417
java-version: '18'
1518
distribution: 'temurin'
1619
cache: 'gradle'
1720

18-
- name: Checkout Latest Commit
19-
uses: actions/checkout@v4
20-
2121
- name: Output before version
2222
id: get-before-version
2323
shell: bash

0 commit comments

Comments
 (0)