Skip to content

Commit

Permalink
Merge pull request #28 from sebastienrousseau/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/cache-4.1.2
  • Loading branch information
sebastienrousseau authored Oct 31, 2024
2 parents c812301 + ed1704a commit d770a16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Configure cache for Cargo
- name: Cache Cargo registry, index
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache-cargo
with:
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# Cache dependencies to speed up subsequent builds.
- name: Cache dependencies
id: cache-dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.cargo
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

# Cache dependencies to speed up subsequent builds
- name: Cache dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.cargo
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
# Cache dependencies to speed up subsequent builds
- name: Cache dependencies
id: cache-dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: /home/runner/.cargo/registry/index/
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Configure cache
- name: Configure cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit d770a16

Please sign in to comment.