diff options
| author | Sora Morimoto <git@bsky.moe> | 2020-05-27 06:25:38 +0900 |
|---|---|---|
| committer | Sora Morimoto <git@bsky.moe> | 2020-05-27 06:25:38 +0900 |
| commit | 0ad08109fd1c0b72d8bde3291271e4f2c8dbe66e (patch) | |
| tree | 6db680477100f314dddf4cda1dbde0b4fe0cd350 | |
| parent | f28c6de10659b247ab3d1c5a69576fef1df82301 (diff) | |
| download | rust-0ad08109fd1c0b72d8bde3291271e4f2c8dbe66e.tar.gz rust-0ad08109fd1c0b72d8bde3291271e4f2c8dbe66e.zip | |
Bump actions/cache from v1 to v2
| -rw-r--r-- | .github/workflows/clippy.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/clippy_bors.yml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 8edf0c23860..5fa8009a8b4 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -49,7 +49,7 @@ jobs: run: cargo update - name: Cache cargo dir - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ~/.cargo key: ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }} diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index 6675a1029bb..a8a673343bf 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -94,7 +94,7 @@ jobs: run: cargo update - name: Cache cargo dir - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ~/.cargo key: ${{ runner.os }}-${{ matrix.host }}-${{ hashFiles('Cargo.lock') }} @@ -190,7 +190,7 @@ jobs: run: cargo update - name: Cache cargo dir - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ~/.cargo key: ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }} @@ -269,7 +269,7 @@ jobs: run: cargo update - name: Cache cargo dir - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ~/.cargo key: ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }} |
