Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- javascript-typescript
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Initialize CodeQL
uses: github/codeql-action/init@v4.36.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crabbox-hydrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: [self-hosted, crabbox, openclaw, docs, "${{ inputs.crabbox_runner_label }}"]
timeout-minutes: 120
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-code-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Node
uses: actions/setup-node@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/llms-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
url: https://docs.openclaw.ai/llms-full.txt
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Check current docs main
id: current-main
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Check out OpenClaw source
if: steps.current-main.outputs.stale != 'true' && steps.live-route.outputs.available != 'false'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ steps.source-meta.outputs.repository }}
ref: ${{ steps.source-meta.outputs.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
url: https://docs.openclaw.ai
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Node
uses: actions/setup-node@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/r2-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
url: https://docs.openclaw.ai
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Classify artifact scope
id: artifact-scope
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:

- name: Check out OpenClaw source
if: steps.artifact-scope.outputs.scope == 'full' || steps.artifact-scope.outputs.scope == 'locale' || steps.artifact-scope.outputs.scope == 'page'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ steps.source-meta.outputs.repository }}
ref: ${{ steps.source-meta.outputs.sha }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/translate-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
source_sha: ${{ steps.prepare.outputs.source_sha }}
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
batch_6: ${{ steps.plan.outputs.batch_6 }}
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Build full locale plan
id: plan
Expand All @@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Validate OpenAI key and model
env:
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Download full locale artifacts
continue-on-error: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/translate-finalize-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# The artifact commit targets latest main, while the workflow control
# scripts stay pinned to the workflow ref under test.
- name: Check out workflow scripts
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.workflow_sha }}
path: .openclaw-sync/workflow-ref
Expand All @@ -44,7 +44,7 @@ jobs:
cp -R .openclaw-sync/workflow-ref/.github/scripts/i18n/. "${I18N_SCRIPT_DIR}/"

- name: Check out latest main
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/translate-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
source_sha: ${{ steps.prepare.outputs.source_sha }}
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Validate OpenAI key and model
env:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/translate-locale-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# Keep workflow control-plane scripts pinned to the workflow ref. The docs
# content checkout below may intentionally point at latest main.
- name: Check out workflow scripts
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.workflow_sha }}
path: .openclaw-sync/workflow-ref
Expand All @@ -88,7 +88,7 @@ jobs:
cp -R .openclaw-sync/workflow-ref/.github/scripts/i18n/. "${I18N_SCRIPT_DIR}/"

- name: Checkout publish repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.publish_ref }}
fetch-depth: 0
Expand All @@ -108,7 +108,7 @@ jobs:

- name: Checkout source repo
if: steps.stale.outputs.skip != 'true'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ steps.meta.outputs.repository }}
ref: ${{ steps.meta.outputs.sha }}
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
# Finalizers apply artifacts to latest main, but deploy/commit control
# logic must come from this workflow ref so branch canaries test the fix.
- name: Check out workflow scripts
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.workflow_sha }}
path: .openclaw-sync/workflow-ref
Expand All @@ -337,7 +337,7 @@ jobs:
cp -R .openclaw-sync/workflow-ref/.github/scripts/i18n/. "${I18N_SCRIPT_DIR}/"

- name: Check out latest main
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate-shell-check-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Check bash syntax in translation workflows
run: |
Expand Down