We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2ca6a commit bf0b238Copy full SHA for bf0b238
1 file changed
.github/workflows/presubmit.yml
@@ -27,7 +27,7 @@ jobs:
27
# Copied from:
28
# https://docs.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions
29
- name: Cache pip
30
- uses: actions/cache@v2
+ uses: actions/cache@v4
31
with:
32
# This path is specific to Ubuntu.
33
path: ~/.cache/pip
0 commit comments