From e34c6257724c2e12798835b66398aa1150f3a0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 22:06:04 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 7.0.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/node.js.yml | 2 +- .github/workflows/publish-demo.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 2e880c4..059e6d1 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Check out - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6.4.0 diff --git a/.github/workflows/publish-demo.yml b/.github/workflows/publish-demo.yml index dc5bfe9..61b78cd 100644 --- a/.github/workflows/publish-demo.yml +++ b/.github/workflows/publish-demo.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check out - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Use Node v24 uses: actions/setup-node@v6.4.0