diff options
| -rw-r--r-- | .github/workflows/arm64.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci.yml | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml index 71a94874a..11c215fac 100644 --- a/.github/workflows/arm64.yml +++ b/.github/workflows/arm64.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v2.3.4 with: persist-credentials: false - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 225b05e52..be92a2409 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v2.3.4 with: persist-credentials: false - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: | ~/.cargo/bin/ @@ -92,7 +92,7 @@ jobs: CONFIG_FLAGS: ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }} if: matrix.PYTHON.OPENSSL - name: Load cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 id: ossl-cache with: path: ${{ github.workspace }}/osslcache @@ -147,7 +147,7 @@ jobs: - uses: actions/checkout@v2.3.4 with: persist-credentials: false - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: | ~/.cargo/bin/ @@ -193,7 +193,7 @@ jobs: - uses: actions/checkout@v2.3.4 with: persist-credentials: false - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: | ~/.cargo/bin/ @@ -243,7 +243,7 @@ jobs: - uses: actions/checkout@v2.3.4 with: persist-credentials: false - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 id: cargo-cache with: path: | @@ -334,7 +334,7 @@ jobs: - uses: actions/checkout@v2.3.4 with: persist-credentials: false - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: | ~/.cargo/bin/ @@ -409,7 +409,7 @@ jobs: with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: | ~/.cargo/bin/ @@ -476,7 +476,7 @@ jobs: - uses: actions/checkout@v2.3.4 with: persist-credentials: false - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: | ~/.cargo/bin/ |
