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 1b2ae2d commit 03b8b9fCopy full SHA for 03b8b9f
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- adopt
22
runs-on: ${{ matrix.os }}
23
steps:
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
25
- name: Set up JDK
26
uses: actions/setup-java@v3
27
with:
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
- name: Check out code
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
- name: Set up JDK 17
15
16
.github/workflows/verify.yml
@@ -12,7 +12,7 @@ jobs:
check-compatibility:
17
18
0 commit comments