Skip to content

Commit

Permalink
Switch to a security approved install action
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Apr 11, 2023
1 parent 89a3d8b commit cc3ae88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install cargo-release
uses: baptiste0928/cargo-install@48c92f3d491efa23daace9891498a14c5aaa1afd
uses: taiki-e/install-action@v2
with:
crate: cargo-release
version: "0.23"
tool: cargo-release@24
- name: login
run: cargo login "$CARGO_AUTH_KEY"
env:
Expand Down

0 comments on commit cc3ae88

Please sign in to comment.