diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-29 11:06:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 11:06:46 +0000 |
commit | 3f6ee7afa817a006c4fab272af93a7f63d921d9a (patch) | |
tree | 5a489621d322aea82b4124b2c7f989e00f81ba92 /.github/workflows | |
parent | e1e44878cb6877aa35da4f1b9eba3540a5085c38 (diff) | |
download | translated-content-dependabot/github_actions/actions/cache-2.1.7.tar.gz translated-content-dependabot/github_actions/actions/cache-2.1.7.tar.bz2 translated-content-dependabot/github_actions/actions/cache-2.1.7.zip |
Bump actions/cache from 2.1.6 to 2.1.7dependabot/github_actions/actions/cache-2.1.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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: | |