We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478ee54 commit 78ad05cCopy full SHA for 78ad05c
.github/workflows/build.yaml
@@ -22,10 +22,10 @@ jobs:
22
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
26
27
- name: Set up JDK
28
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
29
with:
30
java-version: ${{ matrix.java }}
31
distribution: 'temurin'
.github/workflows/validate.yaml
@@ -19,10 +19,10 @@ jobs:
19
20
21
0 commit comments