diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed7c07304b..c358c2c054 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -233,7 +233,7 @@ jobs: uses: actions/checkout@v3 - name: Cache pip installed linkchecker - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip