diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 628e027..a7ea8d2 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -37,7 +37,7 @@ jobs: architecture: 'x64' - name: Get Cache - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.10 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}