From 6ec929c39b091d37d404a69679a32df94ea6d36a Mon Sep 17 00:00:00 2001 From: geirolz Date: Tue, 9 Jul 2024 09:38:33 +0200 Subject: [PATCH] Update deploy dependencies --- .github/workflows/cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 1a9b647..71175a0 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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: |