Skip to content

Commit bed4216

Browse files
dependabot[bot]brunob
authored andcommitted
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c83b6c commit bed4216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ jobs:
44
lint:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v5
7+
- uses: actions/checkout@v6
88
- uses: actions/setup-node@v6
99
- run: npm ci
1010
- run: npm run lint
1111
# test:
1212
# runs-on: ubuntu-latest
1313
# steps:
14-
# - uses: actions/checkout@v5
14+
# - uses: actions/checkout@v6
1515
# - uses: actions/setup-node@v6
1616
# - run: npm install
1717
# - run: npm run testsuite

0 commit comments

Comments
 (0)