From e730443803e7837a75186ab653e76b68b7f6e607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 16:08:55 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 1 to 2.3.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 2.3.5. - [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.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... 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..71962fd 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.5 - 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.5 - run: npm install - run: npm run build - run: ls -asl dist