diff --git a/.github/workflows/pelican.yml b/.github/workflows/pelican.yml index 4a4b0a62d..eb9a4444f 100644 --- a/.github/workflows/pelican.yml +++ b/.github/workflows/pelican.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 # Use GitHub Actions' cache to shorten build times and decrease load on servers - - uses: actions/cache@v2.1.0 + - uses: actions/cache@v3.2.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements/*') }}