From 1aaf1ba005f0b492cc6e72897613fdad4b438491 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:39:18 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/operation-location-migration-e2e.yml | 2 +- .github/workflows/operation-location-migration.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/typescript-resolver-files-e2e.yml | 2 +- .github/workflows/typescript-resolver-files.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06bb232d..15dcd86f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: name: Install Dependencies steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Node.js uses: actions/setup-node@v7 @@ -57,7 +57,7 @@ jobs: affected-operation-location-migration-e2e: ${{ steps.affected.outputs.operation-location-migration-e2e }} steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/operation-location-migration-e2e.yml b/.github/workflows/operation-location-migration-e2e.yml index c79cdd23..fe7d0528 100644 --- a/.github/workflows/operation-location-migration-e2e.yml +++ b/.github/workflows/operation-location-migration-e2e.yml @@ -18,7 +18,7 @@ jobs: shell: bash steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/operation-location-migration.yml b/.github/workflows/operation-location-migration.yml index 55375800..90121e97 100644 --- a/.github/workflows/operation-location-migration.yml +++ b/.github/workflows/operation-location-migration.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Node.js ${{ matrix.node-version }} uses: actions/setup-node@v7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4afa860f..3480770b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: @@ -107,7 +107,7 @@ jobs: env: GITHUB_TOKEN: ${{ env.github-token }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: persist-credentials: true repository: ${{ fromJson(steps.get_pull_request_ref.outputs.data).head.repo.full_name }} diff --git a/.github/workflows/typescript-resolver-files-e2e.yml b/.github/workflows/typescript-resolver-files-e2e.yml index 4a6073d1..110eab8e 100644 --- a/.github/workflows/typescript-resolver-files-e2e.yml +++ b/.github/workflows/typescript-resolver-files-e2e.yml @@ -18,7 +18,7 @@ jobs: shell: bash steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/typescript-resolver-files.yml b/.github/workflows/typescript-resolver-files.yml index 21ea9ee5..44860ee0 100644 --- a/.github/workflows/typescript-resolver-files.yml +++ b/.github/workflows/typescript-resolver-files.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Node.js ${{ matrix.node-version }} uses: actions/setup-node@v7