Skip to content

Commit 95f7d6d

Browse files
Bump actions/setup-java from 3.4.1 to 3.5.0 (exercism#2163)
1 parent a2f8bb7 commit 95f7d6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
1515
- name: Set up JDK 1.17
16-
uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3
16+
uses: actions/setup-java@d854b6da19cdadd9a010605529e522c2393ebd38
1717
with:
1818
java-version: 17
1919
distribution: 'temurin'
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
3131
- name: Set up JDK 1.17
32-
uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3
32+
uses: actions/setup-java@d854b6da19cdadd9a010605529e522c2393ebd38
3333
with:
3434
java-version: 17
3535
distribution: 'temurin'

0 commit comments

Comments
 (0)