Skip to content

Commit

Permalink
Merge pull request #39 from ZeroGachis/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
nicolasbriere1 authored Jan 3, 2024
2 parents 16fac6a + fceacbe commit 1a8ba55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-apk-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
echo "need-new-apk=true" >> $GITHUB_OUTPUT
}
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
if: ${{steps.get-existing-apk.outputs.need-new-apk == 'true'}}
with:
distribution: 'temurin'
Expand Down

0 comments on commit 1a8ba55

Please sign in to comment.