We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a14cc commit a600db3Copy full SHA for a600db3
.github/workflows/validate.yml
@@ -23,12 +23,12 @@ jobs:
23
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
27
with:
28
fetch-depth: 0
29
30
- name: Set up JDK ${{matrix.java}}
31
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v4
32
33
distribution: temurin
34
java-version: ${{matrix.java}}
@@ -47,12 +47,12 @@ jobs:
47
48
49
50
51
52
53
54
- name: Set up JDK 8
55
56
57
58
java-version: 8
0 commit comments