Skip to content

Commit

Permalink
Merge pull request #5 from IntakeNomNom/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4.0.2

Bump actions/cache from 4.0.1 to 4.0.2
  • Loading branch information
github-actions[bot] authored Mar 28, 2024
2 parents d19498a + a1c021f commit 2b34324
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 @@ -62,7 +62,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.toolchain }}

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: |
~/.cargo/bin/
Expand All @@ -77,7 +77,7 @@ jobs:
command: build
args: --release --all-features --manifest-path ./blur/Cargo.toml

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: |
~/.cargo/bin/
Expand All @@ -92,7 +92,7 @@ jobs:
command: build
args: --release --all-features --manifest-path ./intake/Cargo.toml

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit 2b34324

Please sign in to comment.