diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index 3a03d2a7f20..ff580a4f86e 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -53,7 +53,7 @@ jobs: - name: Download Go vendor packages run: go mod download - name: Yarn cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 env: cache-name: yarn-cache with: diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index a3657b2c928..54048464808 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout the repo uses: actions/checkout@v2 - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 env: cache-name: yarn-cache with: @@ -64,7 +64,7 @@ jobs: - name: Checkout the repo uses: actions/checkout@v2 - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 env: cache-name: yarn-cache with: diff --git a/.github/workflows/operator-ui.yml b/.github/workflows/operator-ui.yml index ce9774c8515..7fd2c616412 100644 --- a/.github/workflows/operator-ui.yml +++ b/.github/workflows/operator-ui.yml @@ -41,7 +41,7 @@ jobs: - name: Checkout the repo uses: actions/checkout@v2 - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 env: cache-name: yarn-cache with: diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 1a67da2d1a4..8b695245334 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -41,7 +41,7 @@ jobs: - name: Checkout the repo uses: actions/checkout@v2 - name: Yarn cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 env: cache-name: yarn-cache with: @@ -79,7 +79,7 @@ jobs: - name: Checkout the repo uses: actions/checkout@v2 - name: Yarn cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 env: cache-name: yarn-cache with: