Skip to content

Commit

Permalink
Bump actions/cache from 2.1.5 to 2.1.6 (#1063)
Browse files Browse the repository at this point in the history
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](actions/cache@v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2021
1 parent 5d08d61 commit e736d46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check_redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: "12"

- name: Cache node_modules
uses: actions/[email protected].5
uses: actions/[email protected].6
id: cached-node_modules
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version: "12"

- name: Cache node_modules
uses: actions/[email protected].5
uses: actions/[email protected].6
id: cached-node_modules
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-translated-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: "12"

- name: Cache node_modules
uses: actions/[email protected].5
uses: actions/[email protected].6
id: cached-node_modules
with:
path: |
Expand Down

0 comments on commit e736d46

Please sign in to comment.