We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d1118 commit a9e246fCopy full SHA for a9e246f
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
27
with:
28
fetch-depth: "1"
29
@@ -36,7 +36,7 @@ jobs:
36
fi
37
38
- name: Set up JDK
39
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
40
41
java-version: '8'
42
distribution: 'zulu'
.github/workflows/pull-request.yaml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Checkout PR
14
15
16
- name: Update submodules if necessary
17
run: |
@@ -22,7 +22,7 @@ jobs:
22
0 commit comments