diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index d3b01f0..d3f11d9 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -26,7 +26,7 @@ jobs: - name: Install Python dependencies run: pip install -r requirements.txt - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: key: ${{ github.ref }} path: .cache