Skip to content

Commit

Permalink
build(deps): bump cargo-generate/cargo-generate-action from 0.18.5 to…
Browse files Browse the repository at this point in the history
… 0.20.0 (#57)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent ba5e3d2 commit e5e3219
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 @@ -14,7 +14,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run cargo generate
uses: cargo-generate/cargo-generate-action@v0.18.5
uses: cargo-generate/cargo-generate-action@v0.20.0
with:
name: ${{ env.PROJECT_NAME }}
template: template
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: Run cargo generate
uses: cargo-generate/cargo-generate-action@v0.18.5
uses: cargo-generate/cargo-generate-action@v0.20.0
with:
name: ${{ env.PROJECT_NAME }}
template: template
Expand Down

0 comments on commit e5e3219

Please sign in to comment.