diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ed40607..0a8360d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -47,7 +47,7 @@ jobs: #----------- CACHE ----------- - name: Cache SBT - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: # A list of files, directories, and wildcard patterns to cache and restore path: | @@ -80,7 +80,7 @@ jobs: #----------- CACHE ----------- - name: Cache SBT - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: # A list of files, directories, and wildcard patterns to cache and restore path: |