Skip to content

Commit

Permalink
Merge pull request #16 from IntakeNomNom/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4.1.2

Bump actions/cache from 4.1.1 to 4.1.2
  • Loading branch information
github-actions[bot] authored Oct 22, 2024
2 parents 42ac020 + aade6e0 commit bc7b630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.toolchain }}

- uses: actions/cache@v4.1.1
- uses: actions/cache@v4.1.2
with:
path: |
~/.cargo/bin/
Expand All @@ -79,7 +79,7 @@ jobs:
command: build
args: --release --all-features --manifest-path ./blur/Cargo.toml

- uses: actions/cache@v4.1.1
- uses: actions/cache@v4.1.2
with:
path: |
~/.cargo/bin/
Expand All @@ -94,7 +94,7 @@ jobs:
command: build
args: --release --all-features --manifest-path ./intake/Cargo.toml

- uses: actions/cache@v4.1.1
- uses: actions/cache@v4.1.2
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit bc7b630

Please sign in to comment.