diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ec3a0f7..267a1ce 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -47,7 +47,7 @@ jobs: #----------- CACHE ----------- - name: Cache SBT - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.1 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@v4.0.0 + uses: actions/cache@v4.0.1 with: # A list of files, directories, and wildcard patterns to cache and restore path: |