Skip to content

Commit e1d5ee2

Browse files
authored
Merge pull request #1327 from BranchMetrics/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents ced6a43 + 1505c92 commit e1d5ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automation-trigger-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
repository: BranchMetrics/qentelli-saas-sdk-testing-automation
7575
token: ${{ secrets.BRANCHLET_ACCESS_TOKEN_PUBLIC }}
7676
- name: Set up JDK 11
77-
uses: actions/setup-java@v3
77+
uses: actions/setup-java@v4
7878
with:
7979
java-version: '11'
8080
distribution: 'temurin'

0 commit comments

Comments
 (0)