We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fba501 + f9007cc commit 801ae1bCopy full SHA for 801ae1b
2 files changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
java: [ '17', '21' ]
18
steps:
19
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
20
- uses: actions/setup-java@v5
21
with:
22
distribution: 'temurin'
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Build Release
8
runs-on: ubuntu-22.04
9
10
11
12
13
0 commit comments