diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-09 16:37:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 16:37:25 -0400 |
commit | e736d46b784655d42ae11ca638c33cb0172df757 (patch) | |
tree | 003c8b625cfbc789caead2ed2fa4a0cdf39ad949 /.github/workflows | |
parent | 5d08d613a9c2490c134282e2bd6c32a1475f4dca (diff) | |
download | translated-content-e736d46b784655d42ae11ca638c33cb0172df757.tar.gz translated-content-e736d46b784655d42ae11ca638c33cb0172df757.tar.bz2 translated-content-e736d46b784655d42ae11ca638c33cb0172df757.zip |
Bump actions/cache from 2.1.5 to 2.1.6 (#1063)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pr-check_redirects.yml | 2 | ||||
-rw-r--r-- | .github/workflows/pr-test.yml | 2 | ||||
-rw-r--r-- | .github/workflows/sync-translated-content.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pr-check_redirects.yml b/.github/workflows/pr-check_redirects.yml index 463107b180..7fbc1a99b6 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.5 + uses: actions/cache@v2.1.6 id: cached-node_modules with: path: | diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 45701450ac..205ab08424 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.5 + uses: actions/cache@v2.1.6 id: cached-node_modules with: path: | diff --git a/.github/workflows/sync-translated-content.yml b/.github/workflows/sync-translated-content.yml index bd2132cf11..abaf2514aa 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.5 + uses: actions/cache@v2.1.6 id: cached-node_modules with: path: | |