We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7e1c17 + c4738c1 commit e3ddbb2Copy full SHA for e3ddbb2
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v3
20
- name: Cache .cargo and target
21
- uses: actions/cache@v2
+ uses: actions/cache@v4
22
with:
23
path: |
24
~/.cargo
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
0 commit comments