From 0153466c953668506aec75f31f1ac0eca4cd6fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 03:49:54 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [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/v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee5ae77..0ae2fab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: PINECONE_INDEX: ci-dummy-index VOYAGE_API_KEY: ci-dummy-voyage steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} @@ -61,7 +61,7 @@ jobs: run: working-directory: namespace-notes/client steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} @@ -80,7 +80,7 @@ jobs: env: PORT: "4001" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} @@ -104,7 +104,7 @@ jobs: # run on optional native build scripts (sharp) being blocked in CI. NPM_CONFIG_VERIFY_DEPS_BEFORE_RUN: "false" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v4 with: version: 9 @@ -126,7 +126,7 @@ jobs: run: working-directory: shop-the-look steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} @@ -143,7 +143,7 @@ jobs: run: working-directory: shop-the-look steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-python@v5 with: python-version: "3.11"