Skip to content

Commit a439b4d

Browse files
committed
try again
1 parent a971aaf commit a439b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/[email protected]
7474
with:
7575
path: ${{ env.PRE_COMMIT_CACHE }}
76-
key: ${{ steps.generate-pre-commit-key.outputs.key }}
76+
key: ${{ runner.os }}-${{ steps.generate-pre-commit-key.outputs.key }}
7777
- name: Install pre-commit dependencies
7878
if: steps.cache-precommit.outputs.cache-hit != 'true'
7979
run: |

0 commit comments

Comments
 (0)