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 5e4442b commit a072b39Copy full SHA for a072b39
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
# Fetch all tags so that sbt-dynver can find the previous release version
18
- run: git fetch --tags -f
19
# Install OpenJDK 11
20
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
21
with:
22
distribution: 'zulu'
23
java-version: '11'
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ubuntu-latest
40
steps:
41
- uses: actions/checkout@v4
42
43
44
45
java-version: ${{ matrix.version }}
0 commit comments