From 46842cff345c89c5f4dc87eb9f4e89f19b16967b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:38:56 +0100 Subject: [PATCH] Renovate Update actions/setup-node action to v4 (#32) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/validate-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-api.yaml b/.github/workflows/validate-api.yaml index 41fd0be8..f4738b46 100644 --- a/.github/workflows/validate-api.yaml +++ b/.github/workflows/validate-api.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: lts/* - run: npx @redocly/cli lint ./docs/openapi/openapi.yaml --skip-rule no-empty-servers