We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa67101 + ca6a75d commit 8b6b344Copy full SHA for 8b6b344
1 file changed
.github/workflows/validation.yml
@@ -23,13 +23,13 @@ jobs:
23
uses: actions/checkout@v6
24
25
- name: Set up Java ${{ matrix.java-version }}
26
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
27
with:
28
distribution: temurin
29
java-version: ${{ matrix.java-version }}
30
31
- name: Cache Maven packages
32
- uses: actions/cache@v3
+ uses: actions/cache@v5
33
34
path: ~/.m2/repository
35
key: ${{ runner.os }}-maven-${{ matrix.java-version }}-${{ hashFiles('**/pom.xml') }}
0 commit comments