ci: bump actions/checkout from v2.3.0 to v2.3.1 (#355)

Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.0 to v2.3.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/master/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.0...28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-06-19 00:24:14 +09:00 committed by GitHub
parent 3971a95d5a
commit 70411f07e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-18.04
if: contains(github.event.head_commit.message, '[skip ci]') == false
steps:
- uses: actions/checkout@v2.3.0
- uses: actions/checkout@v2.3.1
- run: make build
- run: make cirun cmd="npm ci"
- run: make ciall

View File

@ -9,7 +9,7 @@ jobs:
release:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2.3.0
- uses: actions/checkout@v2.3.1
- name: Dump GitHub context
env:

View File

@ -28,7 +28,7 @@ jobs:
- 'macos-latest'
- 'windows-latest'
steps:
- uses: actions/checkout@v2.3.0
- uses: actions/checkout@v2.3.1
- name: Dump GitHub context
env:

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2.3.0
- uses: actions/checkout@v2.3.1
- name: Update major tag
if: github.event.release.prerelease == false