diff options
| author | Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com> | 2020-05-08 17:46:58 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-08 17:46:58 +0900 |
| commit | 0ed94ee52ed896575b8702742296b3cc6f00e11a (patch) | |
| tree | 587ebe9d20971345b1a50ee7cae4e19984e6c6ee /.github/workflows/nodejs.yml | |
| parent | docker buildでyarn.lockを考慮してなかったのを修正 (#6330) (diff) | |
| download | sharkey-0ed94ee52ed896575b8702742296b3cc6f00e11a.tar.gz sharkey-0ed94ee52ed896575b8702742296b3cc6f00e11a.tar.bz2 sharkey-0ed94ee52ed896575b8702742296b3cc6f00e11a.zip | |
chore: Use actions/checkout@v2 (#6328)
Diffstat (limited to '.github/workflows/nodejs.yml')
| -rw-r--r-- | .github/workflows/nodejs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5b8590da62..52a81c79c9 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -28,7 +28,7 @@ jobs: - 6379:6379 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: |