update examples to reference v2 tag (#110)

This commit is contained in:
eric sciple
2019-12-13 00:00:48 -05:00
committed by GitHub
parent 3537747199
commit 722adc63f1
3 changed files with 8 additions and 8 deletions

View File

@ -96,7 +96,7 @@ function updateUsage(
}
updateUsage(
'actions/checkout@v2-beta',
'actions/checkout@v2',
path.join(__dirname, '..', '..', 'action.yml'),
path.join(__dirname, '..', '..', 'README.md')
)