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 2b40a1e commit f9457e8Copy full SHA for f9457e8
.github/workflows/build.yml
@@ -10,9 +10,9 @@ jobs:
10
name: Build
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
- name: Setup JDK
15
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
16
with:
17
java-version: 11
18
distribution: adopt
.github/workflows/deploy.yml
name: Deploy
0 commit comments