Skip to content

Commit

Permalink
chore: bump cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
tuddman committed Mar 21, 2024
1 parent 9065390 commit f5558db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v1

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

- name: "Cache"
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down

0 comments on commit f5558db

Please sign in to comment.