From 414be68cd25662ec9cf3d77c34992d31e51fb342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 04:10:13 +0000 Subject: [PATCH] build(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/codelimit.yml | 2 +- .github/workflows/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codelimit.yml b/.github/workflows/codelimit.yml index 6af0423..bf5261b 100644 --- a/.github/workflows/codelimit.yml +++ b/.github/workflows/codelimit.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Run CodeLimit uses: getcodelimit/codelimit-action@v1 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d86e48..48f49d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: working-directory: serverless steps: - name: Checkout sources - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Setup NodeJS uses: actions/setup-node@v4 @@ -40,7 +40,7 @@ jobs: working-directory: standalone steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup NodeJS uses: actions/setup-node@v4