Skip to content

Commit e3ddbb2

Browse files
Merge pull request #33 from typesense/dependabot/github_actions/actions/cache-4
2 parents b7e1c17 + c4738c1 commit e3ddbb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Cache .cargo and target
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: |
2424
~/.cargo

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Cache .cargo and target
17-
uses: actions/cache@v2
17+
uses: actions/cache@v4
1818
with:
1919
path: |
2020
~/.cargo

0 commit comments

Comments
 (0)