Skip to content

Commit 36bb325

Browse files
Bump actions/cache from v2 to v2.1.4 (microsoft#15335)
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...26968a0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f56e030 commit 36bb325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/assign-reviewers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: '3.9'
2525

2626
- name: Load pip cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v2.1.4
2828
with:
2929
path: ~/.cache/pip
3030
key: ${{ runner.os }}-pip-${{ hashFiles('.github/assign-reviewers/requirements.txt') }}

0 commit comments

Comments
 (0)