Skip to content

Commit

Permalink
Update github actions, again
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlamb-gh committed Feb 9, 2024
1 parent f9fb2a3 commit daddfa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache target
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache target
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache target
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down

0 comments on commit daddfa1

Please sign in to comment.