From 8c1288b294b77a0e6b4c15956d0c1b8aaf9bf589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 19:37:28 +0000 Subject: [PATCH] chore(deps): bump the gha group in /.github/workflows with 2 updates Bumps the gha group in /.github/workflows with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish). Updates `actions/setup-node` from 3.8.1 to 4.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.8.1...v4.0.0) Updates `JS-DevTools/npm-publish` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/js-devtools/npm-publish/releases) - [Changelog](https://github.com/JS-DevTools/npm-publish/blob/main/CHANGELOG.md) - [Commits](https://github.com/js-devtools/npm-publish/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: JS-DevTools/npm-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/doc.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/npm.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 5cdc8dbd9..3af63688a 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4.1.1 - - uses: actions/setup-node@v3.8.1 + - uses: actions/setup-node@v4.0.0 with: node-version: 18 - name: Install Node modules diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a45655077..de3028954 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.1.1 - name: Setup Node - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: node-version: ${{ matrix.node }} cache: "npm" diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 83ffd1138..3acad3ee4 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -9,11 +9,11 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4.1.1 - - uses: actions/setup-node@v3.8.1 + - uses: actions/setup-node@v4.0.0 with: node-version: 18 - run: npm ci - - uses: JS-DevTools/npm-publish@v3.0.0 + - uses: JS-DevTools/npm-publish@v3.0.1 with: token: ${{ secrets.NPM_TOKEN }}