Skip to content

Commit

Permalink
Merge pull request #424 from objectionary/renovate/baptiste0928-cargo…
Browse files Browse the repository at this point in the history
…-install-3.x

chore(deps): update baptiste0928/cargo-install action to v3.1.1
  • Loading branch information
fizruk authored Jul 19, 2024
2 parents be68feb + 0dcc2f3 commit 0a71254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
- name: Install mdsh
if: env.branch_is_not_master && runner.os == 'Linux'
uses: baptiste0928/cargo-install@v3.1.0
uses: baptiste0928/cargo-install@v3.1.1
with:
crate: mdsh
git: https://github.com/zimbatm/mdsh
Expand Down

1 comment on commit 0a71254

@0crat
Copy link

@0crat 0crat commented on 0a71254 Jul 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fizruk It is not a good idea to push directly to the default branch master. You've earned -20 points for this: -20 as a basis. Next time, create a new branch, push your changes over there, then make a pull request and merge it. Even if you are flying solo, contributing via pull requests is a good practice. Your running balance is +25.

Please sign in to comment.