From 30d47d8cc84d5c53cc2f99c19442a00ce8cdd4f2 Mon Sep 17 00:00:00 2001 From: Eivind Grimstad Date: Fri, 31 Jul 2026 15:31:41 +0200 Subject: [PATCH] fix: Use new syntax for referencing action in same repo --- .github/workflows/lint.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 08d7207..047bbf6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -118,14 +118,10 @@ jobs: sparse-checkout: | .spectral*.yml functions/*.js - - uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 #v1.1.1 + - uses: $/.github/actions/setup-spectral name: Setup spectral - with: - uses: ${{ job.workflow_repository }}/.github/actions/setup-spectral@${{ job.workflow_sha }} - - uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 #v1.1.1 + - uses: $/.github/actions/setup-redocly name: Setup redocly - with: - uses: ${{ job.workflow_repository }}/.github/actions/setup-redocly@${{ job.workflow_sha }} - name: Lint OpenAPI shell: bash env: