From f257e1409dabe95d0148c81665d7c94388af9ddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 16:18:31 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 1 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3.1.0. - [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...v3.1.0) --- 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 c2b35b4..a02dfc2 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@v3.1.0 - 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@v3.1.0 - run: npm install - run: npm run build - run: ls -asl dist