diff options
| -rw-r--r-- | .github/workflows/ci.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 113e46d9d..f9fe126cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 with: path: | ~/.cargo/registry @@ -66,7 +66,7 @@ jobs: CONFIG_FLAGS: ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }} if: matrix.PYTHON.OPENSSL - name: Load cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 id: ossl-cache with: path: ${{ github.workspace }}/osslcache @@ -117,7 +117,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 with: path: | ~/.cargo/registry @@ -155,7 +155,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 with: path: | ~/.cargo/registry @@ -198,7 +198,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 with: path: | ~/.cargo/registry @@ -258,7 +258,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 with: path: | ~/.cargo/registry @@ -320,7 +320,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 with: path: | ~/.cargo/registry |
