Bump actions/checkout from v2.3.2 to v2.3.3

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>
This commit is contained in:
dependabot[bot]
2020-09-24 12:08:42 +00:00
committed by GitHub
parent 96d9d2185d
commit b404ca0c7d

View File

@@ -23,7 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- uses: actions/checkout@v2.3.2
- uses: actions/checkout@v2.3.3
- name: Run tests with Cypress
id: cypress
@@ -76,7 +76,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- uses: actions/checkout@v2.3.2
- uses: actions/checkout@v2.3.3
- name: Install dependencies
id: install-dependencies