Browse Source

Merge pull request #101 from khoren93/dependabot/github_actions/actions/setup-java-3.12.0

Bump actions/setup-java from 3.11.0 to 3.12.0
pull/105/head
Khoren Markosyan 1 year ago committed by GitHub
parent
commit
1ef56a1940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -13,7 +13,7 @@ jobs:
steps:
# Setup Java environment in order to build the Android app.
- uses: actions/checkout@v3
- uses: actions/setup-java@v3.11.0
- uses: actions/setup-java@v3.12.0
with:
java-version: 11
distribution: temurin

Loading…
Cancel
Save