Browse Source

Merge pull request #9 from khoren93/dependabot/github_actions/actions/setup-java-3.4.1

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

Loading…
Cancel
Save