diff --git a/.github/workflows/pr-check_redirects.yml b/.github/workflows/pr-check_redirects.yml index 810117ca9299146..233a2d2e2d896b9 100644 --- a/.github/workflows/pr-check_redirects.yml +++ b/.github/workflows/pr-check_redirects.yml @@ -21,7 +21,7 @@ jobs: node-version: "12" - name: Cache node_modules - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 id: cached-node_modules with: path: | diff --git a/.github/workflows/pr-review-companion.yml b/.github/workflows/pr-review-companion.yml index c3676f2c1219b79..948918a3c6dbe99 100644 --- a/.github/workflows/pr-review-companion.yml +++ b/.github/workflows/pr-review-companion.yml @@ -69,7 +69,7 @@ jobs: # See https://www.peterbe.com/plog/install-python-poetry-github-actions-faster - name: Load cached ~/.local - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: ~/.local key: dotlocal-${{ runner.os }}-${{ hashFiles('.github/workflows/pr-review-companion.yml') }} @@ -82,7 +82,7 @@ jobs: - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: yari/deployer/.venv key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('.github/workflows/pr-review-companion.yml') }} diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 53a8f3e4986b9ae..8571e53be1c1298 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -31,7 +31,7 @@ jobs: node-version: "12" - name: Cache node_modules - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 id: cached-node_modules with: path: | diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 1f6e29ccd4cd1de..42cbd420656e393 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -20,7 +20,7 @@ jobs: node-version: "12" - name: Cache node_modules - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 id: cached-node_modules with: path: |