Skip to content

Commit 8adaae8

Browse files
fix: update repo actions
1 parent b5a6f33 commit 8adaae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout Repository
1313
uses: actions/checkout@v4
1414

15-
- name: Setup JDK 8
15+
- name: Setup JDK 11
1616
uses: actions/setup-java@v4
1717
with:
1818
distribution: 'temurin'
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: Run Integration Tests
31-
uses: ./.github/workflows/run-integration-tests.yaml
31+
uses: ./.github/workflows/run-integration-tests.yaml@main
3232
with:
3333
branch: main
3434
jdk: '11'

0 commit comments

Comments
 (0)