From b404ca0c7d6759a8eb27d2e6f0283923cd1eebfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2020 12:08:42 +0000 Subject: [PATCH] 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] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 06b9f21e..a48a0aec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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