diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d624ec9..ef1abfb 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 env: cache-name: cache-node-modules with: