Skip to content

Commit

Permalink
CI config: bump action versions, adopt->temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Oct 18, 2024
1 parent a833d75 commit cbd4f3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
distribution: adopt
distribution: temurin
java-version: 8
- name: Test
run: sbt test
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
distribution: adopt
distribution: temurin
java-version: 8
- run: sbt ci-release
env:
Expand Down

0 comments on commit cbd4f3a

Please sign in to comment.