Skip to content

Commit 0460184

Browse files
authored
docs: use full SHA refs as short are not supported (#575)
1 parent e522a37 commit 0460184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To avoid breaking changes, use the full [Semantic Version](https://semver.org/)
4343
```yaml
4444
steps:
4545
# Reference a specific commit (most strict, for the supply-chain paranoid)
46-
- uses: asdf-vm/actions/install@2368b9d
46+
- uses: asdf-vm/actions/install@f4acd427436df623426c29f7e3e9ea715be28396
4747
# Reference a semver major version only (GitHub recommended)
4848
- uses: asdf-vm/actions/install@v2
4949
# Reference a semver version of a release (recommended)

0 commit comments

Comments
 (0)