From 1ea8b457bf9f66988a45696c15933a6a756854ed Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 2 Jun 2022 16:34:59 +0800 Subject: [PATCH] Bump CI actions/cache to v3 (#784) --- .github/workflows/rust.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cd506c06..c4a4821a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -137,7 +137,7 @@ jobs: toolchain: stable override: true - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.cargo/registry @@ -176,7 +176,7 @@ jobs: toolchain: stable override: true - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.cargo/registry @@ -215,7 +215,7 @@ jobs: toolchain: stable override: true - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.cargo/registry @@ -380,7 +380,7 @@ jobs: toolchain: stable override: true - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.cargo/registry @@ -449,7 +449,7 @@ jobs: toolchain: stable override: true - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.cargo/registry @@ -518,7 +518,7 @@ jobs: toolchain: stable override: true - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.cargo/registry @@ -576,7 +576,7 @@ jobs: toolchain: stable override: true - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.cargo/registry