Skip to content

Commit

Permalink
docs: use full SHA refs as short are not supported (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameausoone committed Jan 10, 2024
1 parent e522a37 commit 0460184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To avoid breaking changes, use the full [Semantic Version](https://semver.org/)
```yaml
steps:
# Reference a specific commit (most strict, for the supply-chain paranoid)
- uses: asdf-vm/actions/install@2368b9d
- uses: asdf-vm/actions/install@f4acd427436df623426c29f7e3e9ea715be28396
# Reference a semver major version only (GitHub recommended)
- uses: asdf-vm/actions/install@v2
# Reference a semver version of a release (recommended)
Expand Down

0 comments on commit 0460184

Please sign in to comment.