update readme for v3 (#708)

* update readme for v3

* update readme with changes

* nit grammar
This commit is contained in:
Thomas Boop
2022-03-01 12:46:45 -05:00
committed by GitHub
parent 8f9e05e482
commit a12a3943b4
2 changed files with 17 additions and 30 deletions

View File

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