From 38382b2dc7dfc3fea85844eef8e66e43b228b118 Mon Sep 17 00:00:00 2001 From: Raul Victor Trombin Date: Mon, 6 Nov 2023 15:03:04 -0300 Subject: [PATCH] github: action: docs: Minor correction for linter --- .github/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index eb5bdf2b49..e5dcbe5458 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Checkout to repository uses: actions/checkout@v2 - - name: Setup Rust toolchain + - name: Setup Rust toolchain uses: actions-rs/toolchain@v1.0.7 with: toolchain: stable @@ -59,7 +59,7 @@ jobs: run: cargo install cargo-bump --force - name: Modify version with tag run: cargo bump ${{ github.ref_name }} - - name: Automatic commit for crate version upgrade + - name: Automatic commit for crate version upgrade uses: stefanzweifel/git-auto-commit-action@v4 with: branch: master