diff --git a/.github/workflows/actions/nx-affected/action.yaml b/.github/workflows/actions/nx-affected/action.yaml index af5ba29aa..7c2cdcfe7 100644 --- a/.github/workflows/actions/nx-affected/action.yaml +++ b/.github/workflows/actions/nx-affected/action.yaml @@ -2,14 +2,11 @@ name: Nx Affected CI inputs: parallel: required: false - types: [number] - default: 3 + default: '3' tag: required: false - types: [string] tasks: required: true - types: [string] runs: using: "composite" diff --git a/.github/workflows/actions/restore-cache/action.yml b/.github/workflows/actions/restore-cache/action.yml index ae4a2cc0a..06be845c9 100644 --- a/.github/workflows/actions/restore-cache/action.yml +++ b/.github/workflows/actions/restore-cache/action.yml @@ -3,10 +3,8 @@ inputs: key: required: true description: Prefix to the cache key - type: string additional-paths: required: false - type: string outputs: cache-primary-key: description: actions/cache/restore cache-primary-key outputs proxy diff --git a/.github/workflows/actions/save-cache/action.yml b/.github/workflows/actions/save-cache/action.yml index a159b6a48..b51a5d478 100644 --- a/.github/workflows/actions/save-cache/action.yml +++ b/.github/workflows/actions/save-cache/action.yml @@ -3,10 +3,8 @@ inputs: key: required: true description: Primary key to the cache, should be retrieved from `cache-restore` composite action outputs. - type: string additional-paths: required: false - type: string runs: using: "composite"