From d66c71d56044720a82e2a3c399bf2a7de5bfb33c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 19:42:20 +0000 Subject: [PATCH] chore(deps): bump the gha group in /.github/workflows with 4 updates Bumps the gha group in /.github/workflows with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node), [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) and [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action). Updates `actions/checkout` from 3.6.0 to 4.1.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.1.2) Updates `actions/setup-node` from 3.8.1 to 4.0.2 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.8.1...v4.0.2) Updates `JS-DevTools/npm-publish` from 2.2.1 to 3.1.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/v2.2.1...v3.1.1) Updates `google-github-actions/release-please-action` from 4.0.2 to 4.1.0 - [Release notes](https://github.com/google-github-actions/release-please-action/releases) - [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/release-please-action/compare/v4.0.2...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - 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-major dependency-group: gha - dependency-name: google-github-actions/release-please-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 6 +++--- .github/workflows/ci.yml | 4 ++-- .github/workflows/rel.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2344bddf9..efb61771a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.2 - name: Setup Node - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.2 with: node-version: "20.5.1" cache: "npm" @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: npm ci - name: Publish to npm - uses: JS-DevTools/npm-publish@v2.2.1 + uses: JS-DevTools/npm-publish@v3.1.1 with: token: ${{ secrets.NPM_TOKEN }} tag: stable diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09c52f9a7..d7e4746af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repository - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.2 - name: Setup Node - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.2 with: node-version: ${{ matrix.node }} cache: "npm" diff --git a/.github/workflows/rel.yml b/.github/workflows/rel.yml index 2b0535e0e..caa0d4f2c 100644 --- a/.github/workflows/rel.yml +++ b/.github/workflows/rel.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Release Please - uses: google-github-actions/release-please-action@v4.0.2 + uses: google-github-actions/release-please-action@v4.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} target-branch: v3 \ No newline at end of file