From bcd72935f5e1dfbe6515dd0dfc71dd12dfcff88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:35:05 +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 40603bb82..17226070a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -13,18 +13,18 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.2 - name: Get Node version from Node manifest run: echo "NODE_VER=$(curl -s https://nwjs.io/versions | jq -r ".versions[0].components.node")" >> $GITHUB_ENV - name: Setup Node - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.2 with: node-version: ${{ env.NODE_VER }} cache: "npm" - 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 c8b16c0d2..4b27432db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,11 +20,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repository - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.2 - name: Get Node version from Node manifest run: echo "NODE_VER=$(curl -s https://nwjs.io/versions | jq -r ".versions[0].components.node")" >> $GITHUB_ENV - name: Setup Node - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.2 with: node-version: ${{ env.NODE_VER }} cache: "npm" diff --git a/.github/workflows/rel.yml b/.github/workflows/rel.yml index 158c69cc1..a1e8ab5b7 100644 --- a/.github/workflows/rel.yml +++ b/.github/workflows/rel.yml @@ -13,7 +13,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