From 53ede8a28635573a9067676f8db965fd133aa49f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 09:42:57 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 1 to 3.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3.0.2. - [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.0.2) --- 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..176d376 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 - 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 - run: npm install - run: npm run build - run: ls -asl dist