Skip to content

Commit

Permalink
release(0.18.3): version bump (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman authored May 24, 2023
1 parent 4c0d582 commit c3de6f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
PROJECT_NAME: mytemplate
steps:
- uses: actions/checkout@v3
- uses: cargo-generate/cargo-generate-action@v0.17
- uses: cargo-generate/cargo-generate-action@v0.18
with:
name: ${{ env.PROJECT_NAME }}
- uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ inputs:
required: false
runs:
using: 'docker'
image: 'docker://cargogenerate/cargo-generate-action:0.17.5'
image: 'docker://cargogenerate/cargo-generate-action:0.18.3'

0 comments on commit c3de6f3

Please sign in to comment.