Skip to content

Commit e4776bc

Browse files
chore(actions): update actions/cache action to v3 (#206)
1 parent 9299080 commit e4776bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Cache pip
2121
id: cache
22-
uses: actions/cache@v3.0.2
22+
uses: actions/cache@v3
2323
with:
2424
path: ~/.cache/pip
2525
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}

0 commit comments

Comments
 (0)