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 286bfbe commit 8704a6cCopy full SHA for 8704a6c
.github/workflows/ci.yaml
@@ -51,7 +51,7 @@ jobs:
51
uses: actions/checkout@v2
52
53
- name: Cache (Unix)
54
- uses: actions/cache@v2
+ uses: actions/cache@v4
55
if: runner.os == 'Linux' || runner.os == 'macOS'
56
with:
57
path: |
0 commit comments