Skip to content

Commit

Permalink
Merge pull request #3 from al8n/dependabot/github_actions/actions/cac…
Browse files Browse the repository at this point in the history
…he-4

Bump actions/cache from 3 to 4
  • Loading branch information
al8n authored Oct 8, 2024
2 parents 4236cba + 6bcbc26 commit 3cef885
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand All @@ -144,7 +144,7 @@ jobs:
- name: Install cargo-hack
run: cargo install cargo-hack
- name: Cache ~/.cargo
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cargo
key: ${{ runner.os }}-coverage-dotcargo
Expand All @@ -163,7 +163,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand All @@ -178,7 +178,7 @@ jobs:
- name: Install cargo-hack
run: cargo install cargo-hack
- name: Cache ~/.cargo
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cargo
key: ${{ runner.os }}-coverage-dotcargo
Expand All @@ -195,7 +195,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand All @@ -317,7 +317,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand All @@ -338,7 +338,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -390,12 +390,12 @@ jobs:
crate: cargo-tarpaulin
version: latest
- name: Cache ~/.cargo
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cargo
key: ${{ runner.os }}-coverage-dotcargo
- name: Cache cargo build
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: target
key: ${{ runner.os }}-coverage-cargo-build-target
Expand Down

0 comments on commit 3cef885

Please sign in to comment.