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 815cdf3 commit e3e606cCopy full SHA for e3e606c
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: 'ubuntu-latest'
13
steps:
14
- uses: actions/checkout@v3
15
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v5
16
with:
17
distribution: 'temurin'
18
java-version: 17
.github/workflows/deploy-snapshot.yml
@@ -16,7 +16,7 @@ jobs:
19
20
21
22
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
0 commit comments