diff --git a/.github/workflows/ci-post-land.yml b/.github/workflows/ci-post-land.yml index 2b22bf70a1e1..b6c6515e6469 100644 --- a/.github/workflows/ci-post-land.yml +++ b/.github/workflows/ci-post-land.yml @@ -72,7 +72,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 #get all the history!!! - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.3 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -325,7 +325,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2.4.0 - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.3 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index dd99db145603..427ada6e1f57 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -540,7 +540,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 #get all the history!!! - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.3 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -758,7 +758,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.3 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -819,7 +819,7 @@ jobs: - uses: actions/checkout@v2.4.0 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.3 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -898,7 +898,7 @@ jobs: - uses: actions/checkout@v2.4.0 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.3 # Installs node and yarn - name: Use Node.js 14 uses: actions/setup-node@v2.4.1 diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 6d964f64b9d6..e1464e8c1d59 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -117,7 +117,7 @@ jobs: with: ref: ${{ matrix.target-branch }} - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.3 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }}