diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cbf9fd57db..4cd23229ab 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -298,7 +298,7 @@ jobs: env-file: .ci_env # cache go modules - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.2.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -401,7 +401,7 @@ jobs: node-version: 12.x - name: Checkout Code uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.2.2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -447,7 +447,7 @@ jobs: uses: actions/checkout@v2 # cache go modules - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.2.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-cli-${{ hashFiles('cli/go.sum') }} @@ -501,7 +501,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v2 # cache go modules - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.2.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-cli-${{ hashFiles('cli/go.sum') }} diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index ebd805162e..ffeeefd5d5 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -85,7 +85,7 @@ jobs: run: mkdir ~/downloads - name: Cache downloads paths - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.2 with: path: | ~/downloads