aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pr-test.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-29 11:06:46 +0000
committerGitHub <noreply@github.com>2021-11-29 11:06:46 +0000
commit3f6ee7afa817a006c4fab272af93a7f63d921d9a (patch)
tree5a489621d322aea82b4124b2c7f989e00f81ba92 /.github/workflows/pr-test.yml
parente1e44878cb6877aa35da4f1b9eba3540a5085c38 (diff)
downloadtranslated-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/pr-test.yml')
-rw-r--r--.github/workflows/pr-test.yml2
1 files changed, 1 insertions, 1 deletions
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: |