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 }}