From 82f34141a4b5ee8fcadf90b7761fe7b4c9666e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:13:36 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 1 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 2.3.4. - [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/v1...v2.3.4) Signed-off-by: dependabot[bot] --- .github/workflows/nightwatch-testing-library.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightwatch-testing-library.yml b/.github/workflows/nightwatch-testing-library.yml index 73dc3c7..835fbaa 100644 --- a/.github/workflows/nightwatch-testing-library.yml +++ b/.github/workflows/nightwatch-testing-library.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} - - uses: actions/checkout@v1 + - uses: actions/checkout@v2.3.4 - run: npm install - run: npm run validate release: @@ -33,7 +33,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: 12 - - uses: actions/checkout@v1 + - uses: actions/checkout@v2.3.4 - run: npm install - run: npm run build - run: ls -asl dist