My working unpac space for OCaml projects in development
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #4544 from facebook/dependabot/github_actions/actions/setup-java-5.1.0

Bump actions/setup-java from 5.0.0 to 5.1.0

authored by

Yann Collet and committed by
GitHub
4752c29b 6823c575

+1 -1
+1 -1
vendor/git/zstd-c/.github/workflows/android-ndk-build.yml
··· 16 16 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1 17 17 18 18 - name: Set up JDK 17 19 - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 19 + uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 20 20 with: 21 21 java-version: '17' 22 22 distribution: 'temurin'