Skip to content

Commit 94d9cc3

Browse files
Update actions/setup-java action to v5 (#5869)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0950257 commit 94d9cc3

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@v4
55+
uses: actions/setup-java@v5
5656
with:
5757
distribution: temurin
5858
java-version: ${{ env.JAVA_VERSION }}

0 commit comments

Comments
 (0)