diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 8a2628a..72fc417 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -26,7 +26,7 @@ jobs: run: echo "::set-output name=dir::$(pip cache dir)" - name: Cache dependencies - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}