Browse Source

Merge pull request #89 from khoren93/dependabot/github_actions/actions/setup-java-3.11.0

Bump actions/setup-java from 3.10.0 to 3.11.0
pull/98/head
Khoren Markosyan 2 years ago committed by GitHub
parent
commit
1d4b29db1c
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.10.0
- uses: actions/setup-java@v3.11.0
with:
java-version: 11
distribution: temurin

Loading…
Cancel
Save