We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b34813 commit ad6a7a0Copy full SHA for ad6a7a0
.github/workflows/pre-commit.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-python@v3
14
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
15
with:
16
path: ~/.cache/pre-commit
17
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments