Skip to content

Commit

Permalink
ci(actions/setup-java): update action to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and guicamest committed Sep 25, 2024
1 parent 20bec95 commit ebb5a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/[email protected]

- name: Setup JVM ${{ matrix.jvm }}
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: 'temurin'
java-version: ${{ matrix.jvm }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jmh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/[email protected]

- name: Setup JVM ${{ matrix.jvm }}
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: 'temurin'
java-version: ${{ matrix.jvm }}
Expand Down

0 comments on commit ebb5a0c

Please sign in to comment.