Skip to content

Commit

Permalink
avoid specifying an exact version for the action
Browse files Browse the repository at this point in the history
  • Loading branch information
sensslen committed Dec 5, 2023
1 parent 9deb3cc commit d6b606e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: restore
run: dotnet restore
- uses: nowsprinting/check-version-format-action@v3.2.4
- uses: nowsprinting/check-version-format-action@v3
id: version
with:
prefix: 'v'
Expand Down

0 comments on commit d6b606e

Please sign in to comment.