Skip to content

Commit

Permalink
Update deploy dependencies (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz authored Jul 9, 2024
1 parent a2b13b6 commit f35cf89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@ jobs:
needs: [ build ]
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

#----------- JDK -----------
- name: Setup JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: "liberica"
java-version: 17

#----------- CACHE -----------
- name: Cache SBT
uses: actions/cache@v3.2.3
uses: actions/cache@v4
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: |
Expand Down

0 comments on commit f35cf89

Please sign in to comment.