Skip to content

Commit

Permalink
Merge pull request #19 from zkpstandard/dependabot/github_actions/tai…
Browse files Browse the repository at this point in the history
…ki-e/cache-cargo-install-action-2

Bump taiki-e/cache-cargo-install-action from 1 to 2
  • Loading branch information
str4d authored Apr 26, 2024
2 parents fc34698 + caf53ee commit e7891f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
steps:
- name: Rust Toolchain Version Diagnostics
run: cargo --version --verbose && rustup --version
- uses: taiki-e/cache-cargo-install-action@v1
- uses: taiki-e/cache-cargo-install-action@v2
with:
tool: [email protected]
- uses: taiki-e/cache-cargo-install-action@v1
- uses: taiki-e/cache-cargo-install-action@v2
with:
tool: [email protected]
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: cargo --version --verbose && rustup --version
with:
tool: [email protected]
- uses: taiki-e/cache-cargo-install-action@v1
- uses: taiki-e/cache-cargo-install-action@v2
with:
tool: [email protected]

Expand Down

0 comments on commit e7891f5

Please sign in to comment.