Skip to content

Commit

Permalink
CI actions updates (#161)
Browse files Browse the repository at this point in the history
* actions/checkout v4

* actions/setup-java version 4
  • Loading branch information
lemastero authored May 1, 2024
1 parent 09de705 commit b0b828a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

steps:
- name: Get changes from Git
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 8
Expand Down

0 comments on commit b0b828a

Please sign in to comment.