Skip to content

Commit

Permalink
Merge pull request #759 from juliansteenbakker/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-java-3.13.0

chore(deps): bump actions/setup-java from 3.12.0 to 3.13.0
  • Loading branch information
juliansteenbakker authored Oct 3, 2023
2 parents 60d61c4 + 669f153 commit 0b072c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-java@v3.12.0
- uses: actions/setup-java@v3.13.0
with:
java-version: 11
distribution: temurin
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-java@v3.12.0
- uses: actions/setup-java@v3.13.0
with:
java-version: 11
distribution: temurin
Expand Down

0 comments on commit 0b072c6

Please sign in to comment.