diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index ed77db7..ee6e7c6 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -46,7 +46,7 @@ jobs: - name: Install Postgres for CLI tools run: wget --quiet -O - https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - && wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - && echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" |sudo tee /etc/apt/sources.list.d/pgdg.list && sudo apt update && sudo apt install -y postgresql-client-13 - name: Cache Yarn dependencies - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: /usr/local/share/.cache/yarn key: yarn-${{ env.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }} @@ -55,7 +55,7 @@ jobs: - name: Install Yarn dependencies run: make yarndep - 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') }} @@ -131,7 +131,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: diff --git a/.github/workflows/operator-ui.yml b/.github/workflows/operator-ui.yml index c668b63..6b1e817 100644 --- a/.github/workflows/operator-ui.yml +++ b/.github/workflows/operator-ui.yml @@ -12,7 +12,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: @@ -40,7 +40,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: @@ -68,7 +68,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 9671362..560e95b 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -12,7 +12,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: @@ -40,7 +40,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: