From a4e42cf88bba4171a6bbc3aa987f938f2c11234b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:29:06 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5fa121..dfacea3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: test: runs-on: macos-26 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Install XcodeGen run: brew install xcodegen diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 616254e..b763d7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: outputs: changed: ${{ steps.compare.outputs.changed }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -77,7 +77,7 @@ jobs: GH_TOKEN: ${{ github.token }} REPUBLISH_TAG: ${{ inputs.republish_tag }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -157,7 +157,7 @@ jobs: gh release create "v$VERSION" "build/Paddock-$VERSION.zip" "$@" - name: Check out the appcast - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: ref: gh-pages path: pages