ci: pin actions/checkout to v2 (#541)

This commit is contained in:
Shohei Ueda
2020-11-23 21:43:45 +09:00
committed by GitHub
parent 3ba244e8d4
commit 6c2db6e184
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ jobs:
release:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v2
- uses: peaceiris/workflows/create-release-npm@v0.7.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}