From a2310798b8d47d8e15e6166442cc426c15773fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:58:28 +0000 Subject: [PATCH] deps: bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action). Updates `actions/setup-node` from 4.0.4 to 4.1.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.4...v4.1.0) Updates `actions/dependency-review-action` from 4.3.5 to 4.4.0 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v4.3.5...v4.4.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-lint.yaml | 2 +- .github/workflows/dependency-review.yaml | 2 +- .github/workflows/publish-npm.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-lint.yaml b/.github/workflows/build-lint.yaml index d4e984c4c..faf6acd13 100644 --- a/.github/workflows/build-lint.yaml +++ b/.github/workflows/build-lint.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: 🏗 Setup nodejs - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index e6e5d4dff..417298801 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -20,4 +20,4 @@ jobs: uses: actions/checkout@v4.2.2 - name: 🚀 Dependency Review - uses: actions/dependency-review-action@v4.3.5 + uses: actions/dependency-review-action@v4.4.0 diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 1aaf8fe50..d1e47a38d 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: 🏗 Setup nodejs - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} registry-url: 'https://registry.npmjs.org'