Skip to content

Commit

Permalink
Merge pull request khoren93#136 from khoren93/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-java-4.2.1

build(deps): bump actions/setup-java from 4.0.0 to 4.2.1
  • Loading branch information
khoren93 authored Apr 1, 2024
2 parents a6d4bf0 + 7d158f1 commit 8fb4ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
# Setup Java environment in order to build the Android app.
- uses: actions/checkout@v4
- uses: actions/setup-java@v4.0.0
- uses: actions/setup-java@v4.2.1
with:
java-version: 11
distribution: temurin
Expand Down

0 comments on commit 8fb4ab1

Please sign in to comment.