From 4a64b9050f2315bace1567c0e7cd7618621e0189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:16:57 +0000 Subject: [PATCH] ci: bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `pnpm/action-setup` from 5 to 6 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5...v6) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 22 +++++++++---------- .github/workflows/deploy.yml | 2 +- .github/workflows/npm-publish-js-sdk-nuxt.yml | 2 +- .github/workflows/npm-publish-js-sdk.yml | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a49e67a1..d5d8c4fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Install node uses: actions/setup-node@v6 @@ -99,7 +99,7 @@ jobs: uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Install node uses: actions/setup-node@v6 @@ -111,7 +111,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Download prepared workspace - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: prepared-workspace @@ -134,7 +134,7 @@ jobs: uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Install node uses: actions/setup-node@v6 @@ -146,7 +146,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Download prepared workspace - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: prepared-workspace @@ -164,7 +164,7 @@ jobs: uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Install node uses: actions/setup-node@v6 @@ -176,7 +176,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Download prepared workspace - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: prepared-workspace @@ -197,7 +197,7 @@ jobs: uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Install node uses: actions/setup-node@v6 @@ -209,7 +209,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Download prepared workspace - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: prepared-workspace @@ -243,7 +243,7 @@ jobs: uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Install node uses: actions/setup-node@v6 @@ -255,7 +255,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Download prepared workspace - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: prepared-workspace diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5d65f400..441743cc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Install node uses: actions/setup-node@v6 diff --git a/.github/workflows/npm-publish-js-sdk-nuxt.yml b/.github/workflows/npm-publish-js-sdk-nuxt.yml index c57f402a..dffd36a5 100644 --- a/.github/workflows/npm-publish-js-sdk-nuxt.yml +++ b/.github/workflows/npm-publish-js-sdk-nuxt.yml @@ -59,7 +59,7 @@ jobs: echo "$PKG@$VER is not yet published — OK to proceed" - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Install node uses: actions/setup-node@v6 diff --git a/.github/workflows/npm-publish-js-sdk.yml b/.github/workflows/npm-publish-js-sdk.yml index ba2970a4..244655b4 100644 --- a/.github/workflows/npm-publish-js-sdk.yml +++ b/.github/workflows/npm-publish-js-sdk.yml @@ -59,7 +59,7 @@ jobs: echo "$PKG@$VER is not yet published — OK to proceed" - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Install node uses: actions/setup-node@v6