Skip to content

Commit 4e187ea

Browse files
chore(deps): update actions/cache requirement to v2.1.5 (#230)
Updates the requirements on [actions/cache](https://github.com/actions/cache) to permit the latest version. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/commits/1a9e2138d905efd099035b49d8b7a3888c653ca8) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d97b608 commit 4e187ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '12'
1717

1818
- name: Cache node_modules
19-
uses: actions/[email protected].4
19+
uses: actions/[email protected].5
2020
id: cached-node_modules
2121
with:
2222
path: |
@@ -34,7 +34,7 @@ jobs:
3434
python-version: '3.8'
3535

3636
- name: Cache pip
37-
uses: actions/cache@v2
37+
uses: actions/cache@v2.1.5
3838
with:
3939
path: ~/.cache/pip
4040
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-constraints.txt') }}-${{ hashFiles('dev-requirements.txt') }}

0 commit comments

Comments
 (0)