diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-17 12:28:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 12:28:40 +0000 |
commit | aa39b865010e550cfb0efa801dc7984fdd916d85 (patch) | |
tree | a8767680215afe07954444766ab19f66b6f0ce22 /.github | |
parent | 892e1b19291b0d152516a9956d5808af061d6662 (diff) | |
download | translated-content-aa39b865010e550cfb0efa801dc7984fdd916d85.tar.gz translated-content-aa39b865010e550cfb0efa801dc7984fdd916d85.tar.bz2 translated-content-aa39b865010e550cfb0efa801dc7984fdd916d85.zip |
Bump actions/cache from 2.1.4 to 2.1.5 (#895)
Diffstat (limited to '.github')
-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 02bd442498..463107b180 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.4 + uses: actions/cache@v2.1.5 id: cached-node_modules with: path: | diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index bc556e721f..e7627ef857 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -29,7 +29,7 @@ jobs: node-version: "12" - name: Cache node_modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 id: cached-node_modules with: path: | diff --git a/.github/workflows/sync-translated-content.yml b/.github/workflows/sync-translated-content.yml index ab5cbd40c0..bd2132cf11 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.4 + uses: actions/cache@v2.1.5 id: cached-node_modules with: path: | |