From 63a87ab4437ee82cfad241f21b0770419a80406d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 03:32:37 +0000 Subject: [PATCH] chore: 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 [thenativeweb/get-next-version](https://github.com/thenativeweb/get-next-version). Updates `actions/setup-node` from 6 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v6.4.0) Updates `thenativeweb/get-next-version` from 2.7.3 to 2.7.4 - [Release notes](https://github.com/thenativeweb/get-next-version/releases) - [Commits](https://github.com/thenativeweb/get-next-version/compare/2.7.3...2.7.4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: thenativeweb/get-next-version dependency-version: 2.7.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/qa.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 1ab2718..6dc6cbe 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -16,7 +16,7 @@ jobs: - name: Clone repository uses: actions/checkout@v7.0.0 - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.4.0 with: node-version-file: '.nvmrc' - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89434a2..7fc9812 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: '0' token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }} - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.4.0 with: node-version-file: '.nvmrc' - name: Install dependencies @@ -33,7 +33,7 @@ jobs: npm run qa - name: Get next version id: get_next_version - uses: thenativeweb/get-next-version@2.7.3 + uses: thenativeweb/get-next-version@2.7.4 - name: Create new version if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }} run: |