Skip to content

Commit fe62266

Browse files
dependabot[bot]Google Java Core Libraries
authored and
Google Java Core Libraries
committed
Bump actions/setup-java from 4.0.0 to 4.1.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@387ac29...9704b39) Fixes #7054 RELNOTES=n/a PiperOrigin-RevId: 611138457
1 parent 3789a56 commit fe62266

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: 'Check out repository'
3939
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
4040
- name: 'Set up JDK ${{ matrix.java }}'
41-
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93
41+
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8
4242

4343
with:
4444
java-version: ${{ matrix.java }}
@@ -69,7 +69,7 @@ jobs:
6969
- name: 'Check out repository'
7070
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
7171
- name: 'Set up JDK 11'
72-
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93
72+
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8
7373

7474
with:
7575
java-version: 11
@@ -95,7 +95,7 @@ jobs:
9595
- name: 'Check out repository'
9696
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
9797
- name: 'Set up JDK 11'
98-
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93
98+
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8
9999

100100
with:
101101
java-version: 11

0 commit comments

Comments
 (0)