Skip to content

Commit

Permalink
Update cargo-make in GitHub workflow to 0.37.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcono1234 committed May 4, 2024
1 parent edf8900 commit e718122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install cargo-make
uses: davidB/rust-cargo-make@689ca68d60478a0ba51fb79b2c739219d7daf6a2 # v1.10.1
with:
version: '0.37.2'
version: '0.37.11'

- name: Build
run: cargo make
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install cargo-make
uses: davidB/rust-cargo-make@689ca68d60478a0ba51fb79b2c739219d7daf6a2 # v1.10.1
with:
version: '0.37.2'
version: '0.37.11'

# Perform full build to make sure there are no issues
- name: Build project
Expand Down

0 comments on commit e718122

Please sign in to comment.