Skip to content

Commit

Permalink
Merge pull request #2 from CarrotManMatt/patch-1
Browse files Browse the repository at this point in the history
Fix invalid action version
  • Loading branch information
codemicro authored Nov 15, 2023
2 parents 6c9a8df + 6dc431c commit ba793fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
python-version: ${{ inputs.python-version }}

- name: Install Poetry
uses: CSSUoB/action-install-poetry@v1
uses: CSSUoB/action-install-poetry@v1.0.0
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down

0 comments on commit ba793fe

Please sign in to comment.