From 8ed308a31299a87d719f099812a9517f0480fe8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:36:28 +0000 Subject: [PATCH] Bump the gh-actions group across 1 directory with 4 updates Bumps the gh-actions group with 4 updates in the / directory: [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 [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [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/v4.2.2...v5.0.0) Updates `actions/setup-node` from 4.1.0 to 5.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.1.0...v5.0.0) Updates `JS-DevTools/npm-publish` from 3 to 4 - [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...v4) Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/setup-node dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: JS-DevTools/npm-publish dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/api.yml | 4 ++-- .github/workflows/gh-pages.yml | 4 ++-- .github/workflows/lint.yml | 4 ++-- .github/workflows/publish-nightly.yml | 8 ++++---- .github/workflows/test.yml | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 486f8de2d..2e4975d5b 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 - name: Setup Node.js - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v6.0.0 with: node-version: 20.x diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index cce024324..d1390df02 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,10 +12,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 - name: Setup Node.js - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v6.0.0 with: node-version: 20.x diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6f2f3570e..d8c9f7be5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 - name: Setup Node.js - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v6.0.0 with: node-version: 20.x diff --git a/.github/workflows/publish-nightly.yml b/.github/workflows/publish-nightly.yml index dcc57a8a4..554a80f53 100644 --- a/.github/workflows/publish-nightly.yml +++ b/.github/workflows/publish-nightly.yml @@ -12,7 +12,7 @@ jobs: matrix: ${{ steps.getb.outputs.matrix }} steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 @@ -46,12 +46,12 @@ jobs: steps: - name: Checkout ${{ matrix.branch }} - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 with: ref: ${{ matrix.branch }} - name: Setup Node.js - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v6.0.0 with: node-version: 20.x @@ -79,7 +79,7 @@ jobs: run: npm run pre-release - name: Publish - uses: JS-DevTools/npm-publish@v3 + uses: JS-DevTools/npm-publish@v4 if: ${{ env.NPM_SECRET != '' && env.LAST_COMMITS != 0 }} with: token: ${{ env.NPM_SECRET }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 691880266..27028884d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,10 +18,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v6.0.0 with: node-version: ${{ matrix.node-version }} @@ -37,4 +37,4 @@ jobs: CI: true - name: Upload Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5