diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pr-check_redirects.yml | 2 | ||||
-rw-r--r-- | .github/workflows/pr-review-companion.yml | 4 | ||||
-rw-r--r-- | .github/workflows/pr-test.yml | 2 | ||||
-rw-r--r-- | .github/workflows/sync-translated-content.yml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/pr-check_redirects.yml b/.github/workflows/pr-check_redirects.yml index 7fbc1a99b6..88f05c0f4c 100644 --- a/.github/workflows/pr-check_redirects.yml +++ b/.github/workflows/pr-check_redirects.yml @@ -27,7 +27,7 @@ jobs: node-version: "12" - name: Cache node_modules - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 id: cached-node_modules with: path: | diff --git a/.github/workflows/pr-review-companion.yml b/.github/workflows/pr-review-companion.yml index da87635c01..02033e122d 100644 --- a/.github/workflows/pr-review-companion.yml +++ b/.github/workflows/pr-review-companion.yml @@ -73,7 +73,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@v2.1.7 with: path: ~/.local key: dotlocal-${{ runner.os }}-${{ hashFiles('.github/workflows/pr-review-companion.yml') }} @@ -86,7 +86,7 @@ jobs: - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 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 115403b438..10bffc40ee 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -33,7 +33,7 @@ jobs: node-version: "12" - name: Cache node_modules - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 id: cached-node_modules with: path: | diff --git a/.github/workflows/sync-translated-content.yml b/.github/workflows/sync-translated-content.yml index abaf2514aa..a169c54f67 100644 --- a/.github/workflows/sync-translated-content.yml +++ b/.github/workflows/sync-translated-content.yml @@ -29,7 +29,7 @@ jobs: node-version: "12" - name: Cache node_modules - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 id: cached-node_modules with: path: | |