Skip to content

Commit cb8ec0d

Browse files
build(deps): bump actions/checkout from 6.0.2 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.2...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4217ccf commit cb8ec0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Check out
27-
uses: actions/checkout@v6.0.2
27+
uses: actions/checkout@v7.0.0
2828

2929
- name: Use Node.js ${{ matrix.node-version }}
3030
uses: actions/setup-node@v6

.github/workflows/publish-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Check out
18-
uses: actions/checkout@v6.0.2
18+
uses: actions/checkout@v7.0.0
1919

2020
- name: Use Node v24
2121
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)