From 39ec5bb9fc5c15abeb3f2ba062eaf9120a6b43d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:04:53 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.7.0 --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 480b1d7..a375574 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -59,7 +59,7 @@ jobs: # Use ajv to validate schema - name: Setup node - uses: actions/setup-node@v3.6.0 + uses: actions/setup-node@v3.7.0 - name: Validate schema run: make ajv-validate-flagd-schema