Skip to content

Commit 7b60801

Browse files
authored
Merge pull request #198 from jsalinaspolo/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents 914c7da + 32e62b3 commit 7b60801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414
- name: Set up JDK ${{ matrix.java }}
15-
uses: actions/setup-java@v3
15+
uses: actions/setup-java@v4
1616
with:
1717
java-version: ${{ matrix.java }}
1818
distribution: adopt-hotspot

0 commit comments

Comments
 (0)