Skip to content

Commit

Permalink
github: action: docs: Minor correction for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Nov 7, 2023
1 parent 6a58257 commit 38382b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
toolchain: stable
Expand All @@ -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
Expand Down

0 comments on commit 38382b2

Please sign in to comment.