Skip to content

Commit bf0b238

Browse files
Update cache action version from v2 to v4 (#2105)
1 parent 2a2ca6a commit bf0b238

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Copied from:
2828
# https://docs.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions
2929
- name: Cache pip
30-
uses: actions/cache@v2
30+
uses: actions/cache@v4
3131
with:
3232
# This path is specific to Ubuntu.
3333
path: ~/.cache/pip

0 commit comments

Comments
 (0)