Explicitly depend on v2.1.4 as the rolling tag is not yet updated

See: https://github.com/actions/cache/issues/528
This commit is contained in:
Thomas Eizinger 2021-02-16 16:52:36 +11:00
parent 009e194790
commit 89f023190f
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

View File

@ -17,7 +17,7 @@ jobs:
- name: Cache ~/.cargo/bin directory
id: cache-cargo-bin
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: ~/.cargo/bin
key: ubuntu-rust-${{ hashFiles('rust-toolchain') }}-cargo-bin-directory-v1
@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v2
- name: Cache target directory and cargo registry
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: |
target
@ -112,7 +112,7 @@ jobs:
uses: actions/checkout@v2
- name: Cache target directory and cargo registry
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: |
target