Skip to content

Commit

Permalink
Merge pull request #71 from esp-rs/dependabot/github_actions/Swatinem…
Browse files Browse the repository at this point in the history
…/rust-cache-2

build(deps): bump Swatinem/rust-cache from 1 to 2
  • Loading branch information
SergioGasquez authored Nov 29, 2022
2 parents e638e51 + eafc50a commit 6dd5a62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
toolchain: stable
profile: minimal
override: true
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
profile: minimal
target: ${{ matrix.job.target }}
override: true
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Cargo build
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
# toolchain: stable
# profile: minimal
# override: true
# - uses: Swatinem/rust-cache@v1
# - uses: Swatinem/rust-cache@v2
# - uses: actions-rs/cargo@v1
# with:
# command: publish
Expand Down

0 comments on commit 6dd5a62

Please sign in to comment.