diff --git a/.github/workflows/insiders.yml b/.github/workflows/insiders.yml index 170f7e50b834..43509b91d54f 100644 --- a/.github/workflows/insiders.yml +++ b/.github/workflows/insiders.yml @@ -29,13 +29,13 @@ jobs: uses: actions/checkout@v2 - name: Cache pip files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.cache/pip key: ${{runner.os}}-${{env.CACHE_PIP_DEPS}}-${{env.PYTHON_VERSION}}-${{hashFiles('requirements.txt')}}-${{hashFiles('build/debugger-install-requirements.txt')}} - name: Cache npm files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}} @@ -70,13 +70,13 @@ jobs: uses: actions/checkout@v2 - name: Cache pip files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.cache/pip key: ${{runner.os}}-${{env.CACHE_PIP_DEPS}}-${{env.PYTHON_VERSION}}-${{hashFiles('requirements.txt')}}-${{hashFiles('build/debugger-install-requirements.txt')}} - name: Cache npm files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}} @@ -88,7 +88,7 @@ jobs: run: npx gulp prePublishNonBundle - name: Cache the out/ directory - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ./out key: ${{runner.os}}-${{env.CACHE_OUT_DIRECTORY}}-${{hashFiles('src/**')}} @@ -142,13 +142,13 @@ jobs: uses: actions/checkout@v2 - name: Cache pip files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.cache/pip key: ${{runner.os}}-${{env.CACHE_PIP_DEPS}}-${{env.PYTHON_VERSION}}-${{hashFiles('requirements.txt')}}-${{hashFiles('build/debugger-install-requirements.txt')}} - name: Cache npm files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}} @@ -156,7 +156,7 @@ jobs: - name: Cache compiled TS files # Use an id for this step so that its cache-hit output can be accessed and checked in the next step. id: out-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ./out key: ${{runner.os}}-${{env.CACHE_OUT_DIRECTORY}}-${{hashFiles('src/**')}} @@ -365,13 +365,13 @@ jobs: uses: actions/checkout@v2 - name: Cache pip files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.cache/pip key: ${{runner.os}}-${{env.CACHE_PIP_DEPS}}-${{env.PYTHON_VERSION}}-${{hashFiles('requirements.txt')}}-${{hashFiles('build/debugger-install-requirements.txt')}} - name: Cache npm files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}} @@ -434,7 +434,7 @@ jobs: uses: actions/checkout@v2 - name: Cache npm files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71eb74d3213a..6c817f7e51a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,13 +30,13 @@ jobs: uses: actions/checkout@v2 - name: Cache pip files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.cache/pip key: ${{runner.os}}-${{env.CACHE_PIP_DEPS}}-${{env.PYTHON_VERSION}}-${{hashFiles('requirements.txt')}}-${{hashFiles('build/debugger-install-requirements.txt')}} - name: Cache npm files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}} @@ -73,7 +73,7 @@ jobs: uses: actions/checkout@v2 - name: Cache npm files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}} @@ -85,7 +85,7 @@ jobs: run: npx gulp prePublishNonBundle - name: Cache the out/ directory - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ./out key: ${{runner.os}}-${{env.CACHE_OUT_DIRECTORY}}-${{hashFiles('src/**')}} @@ -122,13 +122,13 @@ jobs: uses: actions/checkout@v2 - name: Cache pip files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.cache/pip key: ${{runner.os}}-${{env.CACHE_PIP_DEPS}}-${{env.PYTHON_VERSION}}-${{hashFiles('requirements.txt')}}-${{hashFiles('build/debugger-install-requirements.txt')}} - name: Cache npm files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}} @@ -136,7 +136,7 @@ jobs: - name: Cache compiled TS files # Use an id for this step so that its cache-hit output can be accessed and checked in the next step. id: out-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ./out key: ${{runner.os}}-${{env.CACHE_OUT_DIRECTORY}}-${{hashFiles('src/**')}} @@ -337,13 +337,13 @@ jobs: uses: actions/checkout@v2 - name: Cache pip files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.cache/pip key: ${{runner.os}}-${{env.CACHE_PIP_DEPS}}-${{env.PYTHON_VERSION}}-${{hashFiles('requirements.txt')}}-${{hashFiles('build/debugger-install-requirements.txt')}} - name: Cache npm files - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}}