Official release of known-hosts
This commit is contained in:
SamKirkland
2020-05-05 00:58:08 -05:00
parent a54cf4c5e3
commit f68449776c
5 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
# Migrating from v2 to v3
`uses: actions/checkout@master` must now have the option `fetch-depth: 2`
`uses: actions/checkout@v2.1.0` must now have the option `fetch-depth: 2`
Without the `fetch-depth` option diffs cannot be calculated and all files will be uploaded.