Skip to content

Commit cdcbbea

Browse files
chore(deps): Bump actions/checkout from 2 to 3 (#335)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f7dc61 commit cdcbbea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-node@v2
2020
with:
2121
node-version: ${{ matrix.node }}
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
- run: npm install
2424
- run: npm run validate
2525
- name: Run TestCafe Tests
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/setup-node@v2
3434
with:
3535
node-version: 16
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737
- run: npm install
3838
- run: npm run build
3939
- run: ls -asl dist

0 commit comments

Comments
 (0)