diff --git a/.github/workflows/contracts-testing.yml b/.github/workflows/contracts-testing.yml index c984b75ad..a2565df9c 100644 --- a/.github/workflows/contracts-testing.yml +++ b/.github/workflows/contracts-testing.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - name: Cache node modules - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.6 env: cache-name: cache-node-modules with: