Bump actions/checkout from v2.3.2 to v2.3.3 (#128)

Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.2...a81bbbf8298c0fa03ea29cdc473d45769f953675)

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-09-28 19:53:01 +00:00 committed by GitHub
parent 00028a370a
commit 8fa57f5c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v2.3.2 uses: actions/checkout@v2.3.3
- -
name: Download file name: Download file
id: download id: download

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v2.3.2 uses: actions/checkout@v2.3.3
- -
name: Run Labeler name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.0.0 uses: crazy-max/ghaction-github-labeler@v3.0.0

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v2.3.2 uses: actions/checkout@v2.3.3
- -
name: Install name: Install
run: yarn install run: yarn install

View File

@ -23,7 +23,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v2.3.2 uses: actions/checkout@v2.3.3
- -
name: Install name: Install
run: yarn install run: yarn install