diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b966d2c..8634cce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: node-version: '12' - name: Cache project dependencies (pip) - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}