From 10875abf5c19efd7ac6fae0a35fcd3748ddb78c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:06:48 +0000 Subject: [PATCH] patch: bump actions/setup-node from 4.0.0 to 4.0.3 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/8f152de45cc393bb48ce5d89d36b731f54556e65...1e60f620b9541d16bece96c5465dc8ee9832be0b) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-to-cloudflare-pages.yml | 2 +- .github/workflows/flowzone.yml | 2 +- .github/workflows/link-checker.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-to-cloudflare-pages.yml b/.github/workflows/deploy-to-cloudflare-pages.yml index c7ed02610f..1c61e5bdb4 100644 --- a/.github/workflows/deploy-to-cloudflare-pages.yml +++ b/.github/workflows/deploy-to-cloudflare-pages.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18 cache: "npm" diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index e439135d90..5df8ebcfea 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -37,7 +37,7 @@ jobs: # fetch external files && building the docs - name: Build the docs - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18 - run: npm run deploy-docs diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 973259343f..b34b2e70ca 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -17,7 +17,7 @@ jobs: # fetch external files && Building the docs - name: Build the docs - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18 - run: npm run deploy-docs