Skip to content

Commit

Permalink
ci: update to cargo-install@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Feb 5, 2024
1 parent dc2b1a0 commit 3ff7bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
name: html-doc
path: ${{ github.workspace }}/stgit-html
- name: Install cargo-deb
uses: baptiste0928/cargo-install@v2
uses: baptiste0928/cargo-install@v3
with:
crate: cargo-deb
- name: Install cargo-generate-rpm
uses: baptiste0928/cargo-install@v2
uses: baptiste0928/cargo-install@v3
with:
crate: cargo-generate-rpm
version: "^0.14.0"
Expand Down

0 comments on commit 3ff7bc2

Please sign in to comment.