Skip to content

Commit

Permalink
Merge pull request #102 from Frezyx/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
Frezyx committed Jan 9, 2024
2 parents 2719e8a + 8dc0e30 commit fcb68fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: "12.x"
distribution: 'zulu'
Expand Down

0 comments on commit fcb68fa

Please sign in to comment.