diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 23121c0..43b8ced 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -20,7 +20,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: @@ -48,7 +48,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/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 503b747..9e629c6 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -37,7 +37,7 @@ jobs: with: go-version: ^1.17 - name: Cache Go vendor packages - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: /go/pkg/mod key: go-mod-${{ env.CACHE_VERSION }}-${{ hashFiles('go.sum') }} @@ -72,7 +72,7 @@ jobs: with: node-version: "12" - name: Yarn cache - 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 9b36f21..a8c5dd6 100644 --- a/.github/workflows/operator-ui.yml +++ b/.github/workflows/operator-ui.yml @@ -20,7 +20,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 3c52668..75f42f0 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -20,7 +20,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: @@ -50,7 +50,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: