From 93abb801de1282559ffc20fd09f6aeabb3f5f930 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:43:48 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/create_swift_package.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cd3b5a91..04621fd88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: api-level: [ 29 ] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # PR builds (including forks) check out the PR head from its source repo; # push builds fall back to the pushed ref on this repo. Without the @@ -65,7 +65,7 @@ jobs: needs: build-and-test steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up JDK 17 uses: actions/setup-java@v5 diff --git a/.github/workflows/create_swift_package.yml b/.github/workflows/create_swift_package.yml index 14f99e9e3..03f35d90d 100644 --- a/.github/workflows/create_swift_package.yml +++ b/.github/workflows/create_swift_package.yml @@ -17,7 +17,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout the repo with tags - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true