From 9fa846086f73bb634d78e3ddb0c3f3264a25206a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:38:11 +0800 Subject: [PATCH] gha(deps): bump the gha group with 1 update (#347) Bumps the gha group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/auto_assign.yaml | 2 +- .github/workflows/detectHardcodedOutdatedNPMPackages.yaml | 2 +- .github/workflows/generateConfiguration.yaml | 2 +- .github/workflows/postCommit.yaml | 8 ++++---- .github/workflows/test.yaml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/auto_assign.yaml b/.github/workflows/auto_assign.yaml index 732ac993..6c4476bd 100644 --- a/.github/workflows/auto_assign.yaml +++ b/.github/workflows/auto_assign.yaml @@ -20,7 +20,7 @@ jobs: with: show-progress: false - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* check-latest: true diff --git a/.github/workflows/detectHardcodedOutdatedNPMPackages.yaml b/.github/workflows/detectHardcodedOutdatedNPMPackages.yaml index a0927456..aff57acf 100644 --- a/.github/workflows/detectHardcodedOutdatedNPMPackages.yaml +++ b/.github/workflows/detectHardcodedOutdatedNPMPackages.yaml @@ -18,7 +18,7 @@ jobs: with: show-progress: false - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* check-latest: true diff --git a/.github/workflows/generateConfiguration.yaml b/.github/workflows/generateConfiguration.yaml index a590f8b6..9a2960af 100644 --- a/.github/workflows/generateConfiguration.yaml +++ b/.github/workflows/generateConfiguration.yaml @@ -18,7 +18,7 @@ jobs: with: show-progress: false - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* check-latest: true diff --git a/.github/workflows/postCommit.yaml b/.github/workflows/postCommit.yaml index 9d4df556..d765cdba 100644 --- a/.github/workflows/postCommit.yaml +++ b/.github/workflows/postCommit.yaml @@ -79,7 +79,7 @@ jobs: fetch-depth: 0 show-progress: false - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* check-latest: true @@ -119,7 +119,7 @@ jobs: fetch-depth: 0 show-progress: false - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* check-latest: true @@ -180,7 +180,7 @@ jobs: with: show-progress: false - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* check-latest: true @@ -231,7 +231,7 @@ jobs: with: show-progress: false - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* check-latest: true diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index edd58b10..08e57d5b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: with: show-progress: false - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* check-latest: true