Skip to content

Commit

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

Bump actions/setup-java from 1 to 3
  • Loading branch information
Frezyx committed May 9, 2022
2 parents 92d28f3 + 66e8cf5 commit 4b1a4dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/talker_flutter.yaml
Expand Up @@ -21,9 +21,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
java-version: "12.x"
distribution: 'zulu'
- uses: subosito/flutter-action@v2
with:
channel: "stable"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/talker_logger.yaml
Expand Up @@ -21,9 +21,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
java-version: "12.x"
distribution: 'zulu'
- uses: subosito/flutter-action@v2
with:
channel: "stable"
Expand Down

0 comments on commit 4b1a4dd

Please sign in to comment.