Skip to content

Commit 688bdcd

Browse files
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](actions/checkout@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] <support@github.com>
1 parent 1a7605d commit 688bdcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightwatch-testing-library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-node@v1
2424
with:
2525
node-version: ${{ matrix.node }}
26-
- uses: actions/checkout@v1
26+
- uses: actions/checkout@v3.0.2
2727
- run: npm install
2828
- run: npm run validate
2929
release:
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/setup-node@v1
3434
with:
3535
node-version: 12
36-
- uses: actions/checkout@v1
36+
- uses: actions/checkout@v3.0.2
3737
- run: npm install
3838
- run: npm run build
3939
- run: ls -asl dist

0 commit comments

Comments
 (0)