We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d841681 commit 5f12541Copy full SHA for 5f12541
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v4
23
- name: Setup JDK
24
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
25
with:
26
distribution: 'oracle'
27
java-version: ${{ matrix.java }}
.github/workflows/pitest.yml
@@ -19,7 +19,7 @@ jobs:
19
20
architecture: ${{ matrix.architecture }}
0 commit comments