From 2ca674d5dc9eab884c1cb87fa6da16569ca82176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 20:53:07 +0000 Subject: [PATCH] chore: bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 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/v6...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 | 10 +++++----- .github/workflows/e2e.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2743fda..90080586 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: if: (github.event_name == 'pull_request' && !startsWith(github.event.pull_request.head.ref, 'release-please--')) || (github.event_name == 'pull_request_target' && startsWith(github.event.pull_request.head.ref, 'release-please--')) || github.event_name == 'workflow_dispatch' steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # For pull_request_target, explicitly checkout the PR head (for security) # For regular pull_request and workflow_dispatch, checkout action uses defaults @@ -44,7 +44,7 @@ jobs: if: (github.event_name == 'pull_request' && !startsWith(github.event.pull_request.head.ref, 'release-please--')) || (github.event_name == 'pull_request_target' && startsWith(github.event.pull_request.head.ref, 'release-please--')) || github.event_name == 'workflow_dispatch' steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # For pull_request_target, explicitly checkout the PR head (for security) # For regular pull_request and workflow_dispatch, checkout action uses defaults @@ -72,7 +72,7 @@ jobs: if: (github.event_name == 'pull_request' && !startsWith(github.event.pull_request.head.ref, 'release-please--')) || (github.event_name == 'pull_request_target' && startsWith(github.event.pull_request.head.ref, 'release-please--')) || github.event_name == 'workflow_dispatch' steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # For pull_request_target, explicitly checkout the PR head (for security) # For regular pull_request and workflow_dispatch, checkout action uses defaults @@ -101,7 +101,7 @@ jobs: if: (github.event_name == 'pull_request' && !startsWith(github.event.pull_request.head.ref, 'release-please--')) || (github.event_name == 'pull_request_target' && startsWith(github.event.pull_request.head.ref, 'release-please--')) || github.event_name == 'workflow_dispatch' steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # For pull_request_target, explicitly checkout the PR head (for security) # For regular pull_request and workflow_dispatch, checkout action uses defaults @@ -136,7 +136,7 @@ jobs: if: github.event_name == 'pull_request' && !startsWith(github.event.pull_request.head.ref, 'release-please--') steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 96bffb3b..68d4bd7c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-slim steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup pnpm uses: pnpm/action-setup@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93855135..830f8cff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: id-token: write # Required for OIDC steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup pnpm uses: pnpm/action-setup@v5