diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 57ba224d..6d9b9c55 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.10 + uses: actions/cache@v3.0.11 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.10 + uses: actions/cache@v3.0.11 with: # A list of files, directories, and wildcard patterns to cache and restore path: |