Skip to content

Commit 3ff7bc2

Browse files
committed
ci: update to cargo-install@v3
1 parent dc2b1a0 commit 3ff7bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ jobs:
6262
name: html-doc
6363
path: ${{ github.workspace }}/stgit-html
6464
- name: Install cargo-deb
65-
uses: baptiste0928/cargo-install@v2
65+
uses: baptiste0928/cargo-install@v3
6666
with:
6767
crate: cargo-deb
6868
- name: Install cargo-generate-rpm
69-
uses: baptiste0928/cargo-install@v2
69+
uses: baptiste0928/cargo-install@v3
7070
with:
7171
crate: cargo-generate-rpm
7272
version: "^0.14.0"

0 commit comments

Comments
 (0)