Browse Source

Merge pull request #30 from khoren93/dependabot/github_actions/actions/setup-java-3.5.0

Bump actions/setup-java from 3.4.1 to 3.5.0
pull/34/head
Khoren Markosyan 2 years ago committed by GitHub
parent
commit
b1a3176762
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.4.1
- uses: actions/setup-java@v3.5.0
with:
java-version: 11
distribution: temurin

Loading…
Cancel
Save