diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index ef3fba4..351d250 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -46,7 +46,7 @@ jobs: # Step 1: Checkout Repository # ───────────────────────────────────────────────────────────── - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # ───────────────────────────────────────────────────────────── # Step 2: Validate Required Secrets diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index af4aed8..5e542ae 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -55,7 +55,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1 diff --git a/.github/workflows/claude-plan-to-issues.yml b/.github/workflows/claude-plan-to-issues.yml index ddb6deb..c50e7a4 100644 --- a/.github/workflows/claude-plan-to-issues.yml +++ b/.github/workflows/claude-plan-to-issues.yml @@ -153,7 +153,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check rate limit id: rate-limit @@ -248,7 +248,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Download validated plan uses: actions/download-artifact@v6 @@ -392,7 +392,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Add issues to project board uses: actions/github-script@v8 diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index b7e80dd..687f7cc 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -26,7 +26,7 @@ jobs: actions: read # Required for Claude to read CI results on PRs steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1 diff --git a/.github/workflows/create-branch-on-issue.yml b/.github/workflows/create-branch-on-issue.yml index ffa9d02..bca1e88 100644 --- a/.github/workflows/create-branch-on-issue.yml +++ b/.github/workflows/create-branch-on-issue.yml @@ -86,7 +86,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -327,7 +327,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Update issue status to In Progress uses: ./.github/actions/project-sync diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 9772866..4d01ef8 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Full history for git-based features diff --git a/.github/workflows/dev-to-main.yml b/.github/workflows/dev-to-main.yml index da59db3..acfb221 100644 --- a/.github/workflows/dev-to-main.yml +++ b/.github/workflows/dev-to-main.yml @@ -102,7 +102,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js and pnpm uses: ./.github/actions/setup-node-pnpm @@ -162,7 +162,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js and pnpm uses: ./.github/actions/setup-node-pnpm @@ -222,7 +222,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js and pnpm uses: ./.github/actions/setup-node-pnpm @@ -288,7 +288,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check version bump id: version-check diff --git a/.github/workflows/pr-into-dev.yml b/.github/workflows/pr-into-dev.yml index ac25df0..4d87895 100644 --- a/.github/workflows/pr-into-dev.yml +++ b/.github/workflows/pr-into-dev.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check if PR is from fork id: fork-safety @@ -258,7 +258,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check rate limit id: rate-limit diff --git a/.github/workflows/pr-status-sync.yml b/.github/workflows/pr-status-sync.yml index 9276f2e..28c7b95 100644 --- a/.github/workflows/pr-status-sync.yml +++ b/.github/workflows/pr-status-sync.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check if PR is from fork id: fork-safety @@ -145,7 +145,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Determine target status id: determine-status @@ -322,7 +322,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Sync issues to project board uses: actions/github-script@v8 diff --git a/.github/workflows/release-status-sync.yml b/.github/workflows/release-status-sync.yml index 7fd41aa..99ba427 100644 --- a/.github/workflows/release-status-sync.yml +++ b/.github/workflows/release-status-sync.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Validate release conditions id: validate @@ -245,7 +245,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Update issues to Done status uses: actions/github-script@v8 @@ -295,7 +295,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/reusable-pr-checks.yml b/.github/workflows/reusable-pr-checks.yml index faa7237..028a035 100644 --- a/.github/workflows/reusable-pr-checks.yml +++ b/.github/workflows/reusable-pr-checks.yml @@ -73,7 +73,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Filter changed paths uses: dorny/paths-filter@v3 @@ -140,7 +140,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js and pnpm uses: ./.github/actions/setup-node-pnpm @@ -185,7 +185,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js and pnpm uses: ./.github/actions/setup-node-pnpm @@ -222,7 +222,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js and pnpm uses: ./.github/actions/setup-node-pnpm @@ -272,7 +272,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js and pnpm uses: ./.github/actions/setup-node-pnpm @@ -318,7 +318,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js and pnpm uses: ./.github/actions/setup-node-pnpm diff --git a/.github/workflows/sync-to-wiki.yml b/.github/workflows/sync-to-wiki.yml index 3e7f727..8d711fd 100644 --- a/.github/workflows/sync-to-wiki.yml +++ b/.github/workflows/sync-to-wiki.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Full history for proper transformation