Skip to content

Commit

Permalink
Merge dependabot/github_actions/actions/setup-java-4 into dependabot-…
Browse files Browse the repository at this point in the history
…combined-prs-1730106025888
  • Loading branch information
github-actions[bot] authored Oct 28, 2024
2 parents 45c0fb7 + 7a8315a commit 59d95c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automation-trigger-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
token: ${{ secrets.BRANCHLET_ACCESS_TOKEN_PUBLIC }}
# repo's gradle is configured to run on java 11
- name: Setup java 11 for gradle
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand Down

0 comments on commit 59d95c9

Please sign in to comment.