Skip to content

Commit

Permalink
Merge pull request facebook#4122 from facebook/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
Cyan4973 authored Aug 12, 2024
2 parents 1eb32ff + aed3c75 commit a761013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-ndk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down

0 comments on commit a761013

Please sign in to comment.