From 1cd874a5478fdca35d868ccc74640c5aabbb8f1b Mon Sep 17 00:00:00 2001 From: Baptiste Girardeau Date: Thu, 1 Feb 2024 22:56:44 +0100 Subject: [PATCH] docs: update version number in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ab8d77..39a9270 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ crates. Read [Quickstart for GitHub Actions] to learn more about Actions usage. ```yaml - name: Install cargo-hack from crates.io - uses: baptiste0928/cargo-install@v2 + uses: baptiste0928/cargo-install@v3 with: crate: cargo-hack version: "^0.5" # You can specify any semver range - name: Install cargo-sort from git - uses: baptiste0928/cargo-install@v2 + uses: baptiste0928/cargo-install@v3 with: crate: cargo-sort git: https://github.com/devinr528/cargo-sort