diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a22dc25d4..78905015b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,17 +16,17 @@ jobs: chmod +x "$SDK_BIN" echo yes | ./"$SDK_BIN" - name: Cache cargo registry - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cargo/registry key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache xargo sysroot - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.xargo key: ${{ runner.os }}-xargo-sysroot - name: Cache build artifacts - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/sccache key: ${{ runner.os }}-sccache @@ -66,17 +66,17 @@ jobs: chmod +x "$SDK_BIN" echo yes | ./"$SDK_BIN" - name: Cache cargo registry - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cargo/registry key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache xargo sysroot - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.xargo key: ${{ runner.os }}-xargo-sysroot - name: Cache build artifacts - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/sccache key: ${{ runner.os }}-sccache @@ -220,17 +220,17 @@ jobs: chmod +x "$SDK_BIN" echo yes | ./"$SDK_BIN" - name: Cache cargo registry - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cargo/registry key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache xargo sysroot - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.xargo key: ${{ runner.os }}-xargo-sysroot - name: Cache build artifacts - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/sccache key: ${{ runner.os }}-sccache diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e65a53fcb..f30785aa2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,17 +38,17 @@ jobs: chmod +x "$SDK_BIN" echo yes | ./"$SDK_BIN" - name: Cache cargo registry - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cargo/registry key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache xargo sysroot - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.xargo key: ${{ runner.os }}-xargo-sysroot - name: Cache build artifacts - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache/sccache key: ${{ runner.os }}-sccache