From 24f34e52bf3e500c28e2fe08d81832c5355064a4 Mon Sep 17 00:00:00 2001 From: Jason Sipula Date: Fri, 6 Feb 2026 03:58:03 +0000 Subject: [PATCH] fix: actions path --- .github/workflows/eslint-lint-check.yaml | 2 +- .github/workflows/markdown-lint-check.yaml | 2 +- .github/workflows/npm-publish-package.yaml | 2 +- .github/workflows/npm-semantic-release.yaml | 2 +- .github/workflows/npm-test.yaml | 2 +- .github/workflows/prettier-format-check.yaml | 2 +- .github/workflows/redocly-bundle-lint-check.yaml | 2 +- .github/workflows/redocly-lint-check.yaml | 2 +- .github/workflows/spectral-lint-check.yaml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/eslint-lint-check.yaml b/.github/workflows/eslint-lint-check.yaml index 2de3fee..65386f0 100644 --- a/.github/workflows/eslint-lint-check.yaml +++ b/.github/workflows/eslint-lint-check.yaml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js - uses: ./.github/actions/setup-node@main + uses: bymbly/gha-workflows/.github/actions/setup-node@main with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache-dependency-manager }} diff --git a/.github/workflows/markdown-lint-check.yaml b/.github/workflows/markdown-lint-check.yaml index 2865ae7..dbd47bd 100644 --- a/.github/workflows/markdown-lint-check.yaml +++ b/.github/workflows/markdown-lint-check.yaml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js - uses: ./.github/actions/setup-node@main + uses: bymbly/gha-workflows/.github/actions/setup-node@main with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache-dependency-manager }} diff --git a/.github/workflows/npm-publish-package.yaml b/.github/workflows/npm-publish-package.yaml index 784c310..799c999 100644 --- a/.github/workflows/npm-publish-package.yaml +++ b/.github/workflows/npm-publish-package.yaml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js - uses: ./.github/actions/setup-node@main + uses: bymbly/gha-workflows/.github/actions/setup-node@main with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache-dependency-manager }} diff --git a/.github/workflows/npm-semantic-release.yaml b/.github/workflows/npm-semantic-release.yaml index 06cc967..2a4b1c8 100644 --- a/.github/workflows/npm-semantic-release.yaml +++ b/.github/workflows/npm-semantic-release.yaml @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: ./.github/actions/setup-node@main + uses: bymbly/gha-workflows/.github/actions/setup-node@main with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache-dependency-manager }} diff --git a/.github/workflows/npm-test.yaml b/.github/workflows/npm-test.yaml index e748454..8b43dca 100644 --- a/.github/workflows/npm-test.yaml +++ b/.github/workflows/npm-test.yaml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: bymbly/gha-workflows/.github/actions/setup-node@main with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache-dependency-manager }} diff --git a/.github/workflows/prettier-format-check.yaml b/.github/workflows/prettier-format-check.yaml index 3fc1ddd..04c4297 100644 --- a/.github/workflows/prettier-format-check.yaml +++ b/.github/workflows/prettier-format-check.yaml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js - uses: ./.github/actions/setup-node@main + uses: bymbly/gha-workflows/.github/actions/setup-node@main with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache-dependency-manager }} diff --git a/.github/workflows/redocly-bundle-lint-check.yaml b/.github/workflows/redocly-bundle-lint-check.yaml index 97793cf..fe83743 100644 --- a/.github/workflows/redocly-bundle-lint-check.yaml +++ b/.github/workflows/redocly-bundle-lint-check.yaml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js - uses: ./.github/actions/setup-node@main + uses: bymbly/gha-workflows/.github/actions/setup-node@main with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache-dependency-manager }} diff --git a/.github/workflows/redocly-lint-check.yaml b/.github/workflows/redocly-lint-check.yaml index e0cae8e..1b81e12 100644 --- a/.github/workflows/redocly-lint-check.yaml +++ b/.github/workflows/redocly-lint-check.yaml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js - uses: ./.github/actions/setup-node@main + uses: bymbly/gha-workflows/.github/actions/setup-node@main with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache-dependency-manager }} diff --git a/.github/workflows/spectral-lint-check.yaml b/.github/workflows/spectral-lint-check.yaml index aa21970..698a202 100644 --- a/.github/workflows/spectral-lint-check.yaml +++ b/.github/workflows/spectral-lint-check.yaml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js - uses: ./.github/actions/setup-node@main + uses: bymbly/gha-workflows/.github/actions/setup-node@main with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache-dependency-manager }}