Skip to content

Commit b6f94c7

Browse files
ci(actions/setup-java): update action to v4.7.1
1 parent 81d0953 commit b6f94c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-n-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/[email protected]
3333

3434
- name: Setup JVM ${{ matrix.jvm }}
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].1
3636
with:
3737
distribution: 'temurin'
3838
java-version: ${{ matrix.jvm }}

.github/workflows/jmh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/[email protected]
3030

3131
- name: Setup JVM ${{ matrix.jvm }}
32-
uses: actions/[email protected].0
32+
uses: actions/[email protected].1
3333
with:
3434
distribution: 'temurin'
3535
java-version: ${{ matrix.jvm }}

0 commit comments

Comments
 (0)