Skip to content

Commit b8c68b2

Browse files
authored
Merge pull request #344 from cucumber/renovate/actions-setup-java-3.x
chore(deps): update actions/setup-java action to v3
2 parents e4842d4 + defc70c commit b8c68b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-policy-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
3030

3131
- name: Set up JDK
32-
uses: actions/setup-java@v2
32+
uses: actions/setup-java@v3
3333
with:
3434
java-version: ${{ matrix.java }}
3535
distribution: 'adopt'

0 commit comments

Comments
 (0)