Skip to content

Commit

Permalink
Merge pull request #2 from gohj99/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
gohj99 authored Aug 9, 2024
2 parents 3cd59b8 + 0b0f677 commit 631a398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
VERSION_NAME=$(grep -oP 'versionName\s*=\s*"\K[^"]+' ./app/build.gradle.kts)
echo "VERSION_NAME=$VERSION_NAME" >> $GITHUB_ENV
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
Expand Down

0 comments on commit 631a398

Please sign in to comment.