Skip to content

Commit bbc296c

Browse files
build(deps): bump actions/cache from 2.1.5 to 2.1.6 (#258)
1 parent ae87d56 commit bbc296c

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].5
19+
uses: actions/[email protected].6
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/[email protected].5
37+
uses: actions/[email protected].6
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)