Skip to content

WA-CI-005: Audit main workarea repo GitHub Actions for deprecated/outdated actions #786

@kitcommerce

Description

@kitcommerce

Summary

The github-actions-node12-deprecation migration pattern documented that plugin repos needed CI updates. Verify the main workarea repo's .github/workflows/ does not use deprecated Node.js 12 actions or other outdated patterns.

Objective

Ensure the main workarea repo CI is using current, supported GitHub Actions patterns.

Acceptance Criteria

  • All workflows audited for deprecated workarea-commerce/ci/*@v1 composite actions
  • Any deprecated actions updated to current equivalents
  • No Node.js 12 runtime warnings in CI logs
  • Workflows still pass after any updates

Verification Plan

cd /Users/Shared/openclaw/projects/workarea-modernization/repos/workarea
grep -r 'uses:' .github/workflows/ | grep -v 'actions/checkout\|ruby/setup-ruby\|actions/upload'
grep -r 'workarea-commerce/ci' .github/workflows/ 2>/dev/null

Review CI run logs for deprecation warnings.

Client Impact

None — CI infrastructure only.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions