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 8f9f0fc commit f2776a6Copy full SHA for f2776a6
.github/workflows/ci.yml
@@ -7,10 +7,11 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
11
with:
12
java-version: 8
13
distribution: temurin
14
+ - uses: sbt/setup-sbt@v1
15
- name: Mount caches
16
uses: actions/cache@v3
17
.github/workflows/release.yml
@@ -9,10 +9,11 @@ jobs:
- name: Set up JDK 1.8
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
- uses: olafurpg/setup-gpg@v3
18
- name: Publish ${{ github.ref }}
19
run: sbt ci-release
0 commit comments