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 c8c17e9b2..72d10002a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 with: path: | ~/.cargo/registry @@ -65,7 +65,7 @@ jobs: CONFIG_FLAGS: ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }} if: matrix.PYTHON.OPENSSL - name: Load cache - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 id: ossl-cache with: path: ${{ github.workspace }}/osslcache @@ -115,7 +115,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 with: path: | ~/.cargo/registry @@ -151,7 +151,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 with: path: | ~/.cargo/registry @@ -193,7 +193,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 with: path: | ~/.cargo/registry @@ -252,7 +252,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 with: path: | ~/.cargo/registry @@ -313,7 +313,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 with: path: | ~/.cargo/registry |
