From d9e0764149243954ca0b74d9ebf5884f8b11c10c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:08:57 +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/deploy-agent.yml | 2 +- .github/workflows/deploy.yml | 4 ++-- .github/workflows/e2e.yml | 4 ++-- .github/workflows/generate-sdks.yml | 2 +- .github/workflows/gitleaks.yml | 2 +- .github/workflows/mirror-gitlab.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy-agent.yml b/.github/workflows/deploy-agent.yml index 0ff4c49f..a7d0f6f7 100644 --- a/.github/workflows/deploy-agent.yml +++ b/.github/workflows/deploy-agent.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup pnpm uses: pnpm/action-setup@v6 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8fdc71e1..8f2a41d3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup pnpm uses: pnpm/action-setup@v6 @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Log in to GHCR uses: docker/login-action@v4 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 5ec196f6..8c3fe753 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v6 with: @@ -41,7 +41,7 @@ jobs: timeout-minutes: 10 continue-on-error: true steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v6 with: diff --git a/.github/workflows/generate-sdks.yml b/.github/workflows/generate-sdks.yml index 2c67d07b..853d62b6 100644 --- a/.github/workflows/generate-sdks.yml +++ b/.github/workflows/generate-sdks.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup pnpm uses: pnpm/action-setup@v6 diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index a24b4d5b..4f7edca7 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -12,7 +12,7 @@ jobs: name: Scan for secrets runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/mirror-gitlab.yml b/.github/workflows/mirror-gitlab.yml index cfc3ce0b..79170a34 100644 --- a/.github/workflows/mirror-gitlab.yml +++ b/.github/workflows/mirror-gitlab.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0