From 4815e80317f52eaae2187ea30d827fbb151ac3e0 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 19 Jun 2026 11:40:21 +0100 Subject: [PATCH] ci: update checkout action to v7 --- .github/workflows/ci.yml | 2 +- .github/workflows/crabbox-hydrate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4183c6..04e0673 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: swift: runs-on: macos-15 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Brand icon compatibility run: Scripts/check_brand_icons.sh - name: Build diff --git a/.github/workflows/crabbox-hydrate.yml b/.github/workflows/crabbox-hydrate.yml index 8a06569..aeef406 100644 --- a/.github/workflows/crabbox-hydrate.yml +++ b/.github/workflows/crabbox-hydrate.yml @@ -35,7 +35,7 @@ jobs: runs-on: [self-hosted, crabbox, openclaw, crawlbar, "${{ inputs.crabbox_runner_label }}"] timeout-minutes: 120 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ inputs.ref || github.ref }}