diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 07e4401..892c5f7 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -14,7 +14,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - - uses: actions/cache@v3 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | ~/.cache/pip @@ -74,7 +74,7 @@ jobs: # on older versions (e.g. 3.5) that do not have pypi.org CA certs in # baseline pip's chain PIP_CERT: /etc/ssl/certs/ca-certificates.crt - - uses: actions/cache@v3 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | ~/.cache/pip