Skip to content

Commit

Permalink
Bump CI actions/cache to v3 (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 authored Jun 2, 2022
1 parent a0925cc commit 1ea8b45
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
toolchain: stable
override: true

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
toolchain: stable
override: true

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
toolchain: stable
override: true

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -380,7 +380,7 @@ jobs:
toolchain: stable
override: true

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
toolchain: stable
override: true

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -518,7 +518,7 @@ jobs:
toolchain: stable
override: true

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -576,7 +576,7 @@ jobs:
toolchain: stable
override: true

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand Down

0 comments on commit 1ea8b45

Please sign in to comment.