diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 7786667d..57ba224d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -47,7 +47,7 @@ jobs: #----------- CACHE ----------- - name: Cache SBT - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.10 with: # A list of files, directories, and wildcard patterns to cache and restore path: | @@ -86,7 +86,7 @@ jobs: #----------- CACHE ----------- - name: Cache SBT - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.10 with: # A list of files, directories, and wildcard patterns to cache and restore path: |