Skip to content

Commit 2655a89

Browse files
renovate[bot]Amxx
andauthored
Update actions/setup-java action to v4 (#4770)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hadrien Croubois <[email protected]>
1 parent f20c062 commit 2655a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/formal-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install python packages
5353
run: pip install -r fv-requirements.txt
5454
- name: Install java
55-
uses: actions/setup-java@v3
55+
uses: actions/setup-java@v4
5656
with:
5757
distribution: temurin
5858
java-version: ${{ env.JAVA_VERSION }}

0 commit comments

Comments
 (0)