Skip to content

Commit

Permalink
Merge pull request juliansteenbakker#759 from juliansteenbakker/depen…
Browse files Browse the repository at this point in the history
…dabot/github_actions/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 e8ba167 + 4d016ec commit 8c4159e
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 8c4159e

Please sign in to comment.