Skip to content

Commit d3f8e22

Browse files
dependabot[bot]joachimvh
authored andcommitted
chore(deps): Bump actions/checkout from 5.0.1 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7cacdb6 commit d3f8e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5.0.1
15+
- uses: actions/checkout@v6.0.0
1616
- uses: actions/setup-node@v6
1717
with:
1818
node-version: 22.x
@@ -45,7 +45,7 @@ jobs:
4545
- name: Ensure line endings are consistent
4646
run: git config --global core.autocrlf input
4747
- name: Check out repository
48-
uses: actions/checkout@v5.0.1
48+
uses: actions/checkout@v6.0.0
4949
- name: Install dependencies and run build scripts
5050
run: npm ci
5151
- name: Run tests

0 commit comments

Comments
 (0)