We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0c676 commit fa14742Copy full SHA for fa14742
.github/workflows/build-and-test.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
- name: Set up JDK ${{ matrix.java }}
25
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v4
26
with:
27
java-version: ${{ matrix.java }}
28
architecture: ${{ matrix.architecture }}
0 commit comments