Skip to content

Commit

Permalink
️🔀: Bump actions/cache from 3 to 4 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
inflation committed Jan 27, 2024
2 parents 0fd2388 + eff742e commit c609f18
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 @@ -28,7 +28,7 @@ jobs:
uses: taiki-e/install-action@nextest
- name: Dependency
run: cargo fetch
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
uses: taiki-e/install-action@nextest
- name: Dependency
run: cargo fetch
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand All @@ -92,7 +92,7 @@ jobs:
run: rustup update stable
- name: Dependency
run: cargo fetch
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit c609f18

Please sign in to comment.