Skip to content

Commit

Permalink
Updated GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martomate committed Jan 20, 2024
1 parent 0d971a7 commit 340716c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup
uses: olafurpg/setup-scala@v14
with:
java-version: "openjdk@1.17"
uses: actions/checkout@v4
- name: Coursier cache
uses: coursier/cache-action@v6
- name: Setup
uses: coursier/setup-action@v1
with:
jvm: "adoptium@1.17"
- name: Run tests
run: sbt coverage test
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
name: win
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Coursier cache
uses: coursier/cache-action@v6
- name: Setup
uses: olafurpg/setup-scala@v13
uses: coursier/setup-action@v1
with:
java-version: "openjdk@1.16"
- name: Coursier cache
uses: coursier/cache-action@v5
jvm: "adoptium@1.17"
- name: Package files
run: sbt universal:packageBin
shell: bash
Expand Down

0 comments on commit 340716c

Please sign in to comment.