Skip to content

Commit c524d4f

Browse files
authored
Merge pull request #343 from google/dependabot/github_actions/actions/setup-java-6.0.0
build(deps): bump actions/setup-java from 5.7.0 to 6.0.0
2 parents f0e4468 + eb89d25 commit c524d4f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: stable
2626
cache: false
2727
- name: Set up Java
28-
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
28+
uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0
2929
with:
3030
distribution: 'temurin'
3131
java-version: '17'

.github/workflows/test_flutter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
channel: 'stable'
7373
- name: Set up JDK
74-
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
74+
uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0
7575
with:
7676
java-version: '17'
7777
distribution: 'temurin'

0 commit comments

Comments
 (0)