Merge branch 'master' into dependabot-npm_and_yarn-actions-core-1.1.1

This commit is contained in:
Shohei Ueda 2019-09-21 11:22:25 +09:00 committed by GitHub
commit acba14caef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@master
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.1.0
uses: peaceiris/actions-hugo@v2.2.0
with:
hugo-version: '0.58.3'
@ -78,7 +78,7 @@ jobs:
```yaml
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.1.0
uses: peaceiris/actions-hugo@v2.2.0
with:
hugo-version: '0.58.3'
extended: true
@ -88,7 +88,7 @@ jobs:
```yaml
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.1.0
uses: peaceiris/actions-hugo@v2.2.0
with:
hugo-version: 'latest'
```