Skip to content

Commit

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

actions(deps): bump actions/setup-java from 3 to 4
  • Loading branch information
SPodjasek authored Dec 10, 2023
2 parents 8523d3c + 7e7cc3d commit 8d9d756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: "Setup Java"
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
Expand Down

0 comments on commit 8d9d756

Please sign in to comment.